automataIA/mcp-py-json-doc
If you are the rightful owner of mcp-py-json-doc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Rust Documentation Analyzer with Knowledge Graph & FastMCP Server is a tool designed to analyze Rust JSON documentation, extract entities and semantic relationships, and manage them in a local SQLite Knowledge Graph for advanced analysis with FastMCP 2.0 integration.
Tools
Functions exposed to the LLM to take actions
Search Entities
Search for entities (functions, structs, traits, etc.) in the Rust documentation.
Get Entity Details
Retrieve comprehensive information about a specific entity, including its documentation, attributes, and relationships.
Find Related Entities
Discover entities that have relationships with the specified entity, such as implementations, definitions, or dependencies.
Analyze Trait Implementations
Analyze how a specific trait is implemented across the codebase, including all implementing types and their locations.
Get Module Structure
Retrieve the hierarchical structure of modules, showing the organization of code at different levels.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client