We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mufeedvh/code2prompt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
lib.rs•252 B
//! Core library for code2prompt.
pub mod builtin_templates;
pub mod configuration;
pub mod file_processor;
pub mod filter;
pub mod git;
pub mod path;
pub mod selection;
pub mod session;
pub mod sort;
pub mod template;
pub mod tokenizer;
pub mod util;