We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/mcp-codebase-insight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 80%
threshold: 2%
base: auto
if_ci_failed: error
informational: false
only_pulls: false
patch:
default:
target: 80%
threshold: 2%
base: auto
if_ci_failed: error
informational: false
only_pulls: false
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false
require_base: no
require_head: yes
branches:
- main
ignore:
- "tests/**/*"
- "setup.py"
- "docs/**/*"
- "examples/**/*"
- "scripts/**/*"
- "**/version.py"
- "**/__init__.py"