We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daghis/teamcity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Type declarations for auto-generated TeamCity client
* This file suppresses TypeScript errors in the generated API client
*/
declare module '@/teamcity-client/api' {
// Using unknown instead of any to satisfy ESLint while maintaining type flexibility
// These are auto-generated API clients with complex structures
export const AgentApi: unknown;
export const AgentPoolApi: unknown;
export const BuildApi: unknown;
export const BuildQueueApi: unknown;
export const BuildTypeApi: unknown;
export const ProjectApi: unknown;
export const TestOccurrenceApi: unknown;
export const VcsRootApi: unknown;
export const UserApi: unknown;
export const ChangeApi: unknown;
export const ProblemApi: unknown;
export const ProblemOccurrenceApi: unknown;
export const TestApi: unknown;
}
declare module '@/teamcity-client/models/*' {
const model: unknown;
export = model;
}