samitaaissat/kode-ai.rs
3.1
If you are the rightful owner of kode-ai.rs 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.
Kode AI MCP Server is a backend service designed to interface with GitHub repositories, scanning for documentation files and providing them to an LLM for contextualization.
Tools
Functions exposed to the LLM to take actions
get_all_docs
Retrieve all documentation from the repository with an optional limit on the number of documents.
get_document
Fetch a specific document by its path.
find_relevant_docs
Find documentation relevant to a specific query with an optional limit on the number of documents.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client