Skip to content

SimplyLiz/CodeMCP

v7.1.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 5mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai architecture claude cli code-analysis code-intelligence
+9 more
cursor developer-tools go llm lsp mcp mcp-server refactoring scip

Summary

AI summary

Tree-sitter symbol extraction adds fallback for eight languages without needing a SCIP index.

Full changelog

Zero-Friction Operation

CKB v7.1 enables code intelligence without requiring a SCIP index upfront.

New Features

Tree-sitter Symbol Fallback

  • Symbol extraction for 8 languages (Go, TypeScript, JavaScript, TSX, Python, Rust, Java, Kotlin)
  • searchSymbols works without SCIP index
  • Results include Source: "treesitter" and Confidence: 0.7 for transparency

ckb index Command

  • Auto-detects project language from manifests (go.mod, package.json, Cargo.toml, etc.)
  • Checks if SCIP indexer is installed, shows install instructions if not
  • --force flag for re-indexing, --dry-run to preview
  • Language-specific troubleshooting tips on failure

Universal MCP Documentation

  • Setup instructions for Claude Code, Cursor, Windsurf, VS Code, OpenCode, Claude Desktop
  • Windows cmd /c wrapper instructions

Files Added

  • internal/symbols/treesitter.go - Tree-sitter symbol extraction
  • internal/symbols/treesitter_test.go - Tests for all 8 languages
  • internal/project/detect.go - Language and indexer detection

Install

npm install -g @tastehub/ckb
# or
npx @tastehub/ckb --help

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track SimplyLiz/CodeMCP

Get notified when new releases ship.

Sign up free

About SimplyLiz/CodeMCP

Code intelligence MCP server with 80+ tools for semantic code search, impact analysis, call graphs, ownership detection, and architectural understanding. Supports Go, TypeScript, Python, Rust, Java via SCIP indexing.

All releases →

Beta — feedback welcome: [email protected]