{"name":"ministr","description":"Code intelligence MCP server with semantic search, symbol navigation, cross-language bridge tracing, and context-aware budget management","url":"https://github.com/OlsonSoftware/ministr","version":"0.6.0","protocolVersion":"0.2.1","capabilities":{"streaming":false,"pushNotifications":false},"skills":[{"id":"code_survey","name":"Semantic Code Search","description":"Search code and documentation by natural language query. Returns ranked results across sections, symbols, and claims.","examples":["Find authentication middleware","How does the session manager work?"]},{"id":"code_symbols","name":"Symbol Navigation","description":"Find structs, functions, traits, and enums by name, kind, or module.","examples":["Find all structs in the auth module","Look up the QueryService struct"]},{"id":"code_references","name":"Reference Finder","description":"Find all callers, implementors, and importers of a given symbol.","examples":["Who calls the survey() function?"]},{"id":"code_bridge","name":"Cross-Language Bridge Tracer","description":"Trace FFI, IPC, and API links across language boundaries (Rust↔TypeScript, Rust↔Python, etc.).","examples":["Find all Tauri command bridges","Trace NAPI bindings"]}],"defaultInputModes":["text"],"defaultOutputModes":["text"]}