felixtrz/iwsdk-rag-mcp
If you are the rightful owner of iwsdk-rag-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The IWSDK RAG MCP Server is a TypeScript-based server that provides semantic code search capabilities across the Immersive Web SDK using Retrieval-Augmented Generation (RAG) with vector embeddings.
Tools
Functions exposed to the LLM to take actions
search_code
Semantic search across all code
find_by_relationship
Find code by relationships (extends, implements, imports, calls)
get_api_reference
Look up specific APIs by name
get_file_content
Retrieve complete file contents
list_ecs_components
List all ECS components (27 components)
list_ecs_systems
List all ECS systems (17 systems)
find_dependents
Find code that depends on an API
find_usage_examples
Find real-world usage examples
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client