Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
index.ts751 B
/** * Platform-agnostic abstractions for the codebase library * * This module exports all the core abstractions that allow the codebase library * to work across different platforms (VSCode, Node.js, Web, etc.) without * being tightly coupled to any specific platform implementation. */ // Core platform abstractions export type { IFileSystem, IStorage, IEventBus, ILogger, IFileWatcher, FileWatchEvent, IPlatformDependencies } from './core' // Workspace-related abstractions export type { IWorkspace, IPathUtils, WorkspaceFolder } from './workspace' // Configuration abstractions export type { IConfigProvider, EmbedderConfig, VectorStoreConfig, SearchConfig, CodeIndexConfig, ConfigSnapshot } from './config'

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anrgct/autodev-codebase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server