We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lfdantoni/my-personal-code-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•376 B
export {
listSkillsSchema,
handleListSkills,
type ListSkillsResult,
type SkillInfo,
} from "./list-skills.js";
export {
getSkillSchema,
handleGetSkill,
type GetSkillInput,
type GetSkillResult,
} from "./get-skill.js";
export {
getSkillsSchema,
handleGetSkills,
type GetSkillsInput,
type GetSkillsResult,
type SkillResult,
} from "./get-skills.js";