We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
135-mcpb-manifest-version.mdc•520 B
---
description: Bump mcpb manifest version when server or tools change
globs: mcpb/manifest.json
alwaysApply: false
---
# MCPB Manifest Version Rule
- When you change the `server` field (any nested value) or modify the `tools` list (add/remove/reorder/update any tool), bump the `version` in `mcpb/manifest.json`. Do not change `manifest_version`.
- Use semantic versioning for `version` (MAJOR.MINOR.PATCH). Prefer PATCH for routine tweaks, MINOR for new tools or new server capabilities, MAJOR for breaking changes.