Commit Graph

4 Commits

Author SHA1 Message Date
6613b7c7f1 Update Claude Code CLI documentation to use direct connection
- Document working CLI approach: /mcp http://localhost:4000/mcp
- Remove non-working config file approach from README
- Add roadmap item to research config file integration issue
- Clarify that server must be running before connecting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 13:20:07 -06:00
73ee31858e Update MCP server config to reflect all 5 implemented tools
Updated MCP_SERVER_CONFIG to accurately advertise current capabilities:
- Version bumped to 1.1.0
- Tools available: added search_babylon_api, search_babylon_source, get_babylon_source
- Tools description: updated to mention API references and source code
- Instructions: comprehensive list of all 5 tools with descriptions
- Sources: removed "future integration" labels from babylonSource and havok

Updated config.test.ts to verify all 5 tools are listed and mentioned in instructions.

Added resource subscriptions to ROADMAP.md as future enhancement (Phase 3.3).

All 152 tests passing. TypeScript compilation successful.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 07:16:27 -06:00
6ca8339387 Update dependencies, roadmap, and add indexing scripts
- Add LanceDB (@lancedb/lancedb) for vector database
- Add @xenova/transformers for local embeddings
- Add gray-matter for YAML frontmatter parsing
- Update ROADMAP.md with Phase 1 completion status
- Add indexing scripts: index-docs.ts, test-parser.ts, test-search.ts
- Add .claude/ configuration for MCP server settings
- Add npm script: index-docs for rebuilding search index

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 04:58:14 -06:00
a3e027ef02 Initial commit: Babylon MCP server
- MCP server infrastructure with Express and SSE transport
- Repository management for BabylonJS repos (Documentation, Babylon.js, havok)
- Comprehensive test suite with 100% coverage (87 tests passing)
- All code meets standards (files <100 lines, functions <20 lines)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 14:42:47 -06:00