Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
RooIgnoreController.ts777 B
export const LOCK_TEXT_SYMBOL = "\u{1F512}" export class RooIgnoreController { rooIgnoreContent: string | undefined = undefined constructor(_cwd: string) { // No-op constructor } async initialize(): Promise<void> { // No-op initialization return Promise.resolve() } validateAccess(_filePath: string): boolean { // Default implementation: allow all access return true } validateCommand(_command: string): string | undefined { // Default implementation: allow all commands return undefined } filterPaths(paths: string[]): string[] { // Default implementation: allow all paths return paths } dispose(): void { // No-op dispose } getInstructions(): string | undefined { // Default implementation: no instructions return undefined } }

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