We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnhuang316/code-index-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[MAIN]
# Ignore auto-generated protobuf files
ignore-paths=src/code_index_mcp/scip/proto/scip_pb2.py
[MESSAGES CONTROL]
# Disable specific warnings for protobuf generated code
disable=
# Generated code warnings
protected-access,
bad-indentation,
line-too-long,
# Other common warnings we might want to disable globally
unused-import,
logging-fstring-interpolation
[FORMAT]
# Maximum number of characters on a single line
max-line-length=100
[DESIGN]
# Maximum number of arguments for function / method
max-args=7
# Maximum number of locals for function / method body
max-locals=20