12 Commits

Author SHA1 Message Date
cd57827f6d feat(spec): add options/options_from for dynamic config values
Add options field for static value lists and options_from for dynamic file-based options. options_from uses JSONPath to extract values from local JSON files (e.g., account names from config). Update schema with validation rules. Add --manifest flag as preferred discovery method (offline, version-matched). Reorder discovery priority: installed tool → well-known URL → HTML link → direct URL → local file. Update examples and documentation
2026-04-04 18:53:51 -04:00
cd20854242 feat(spec): add icon field to MCP manifest spec
Add optional icon field to server metadata for displaying server icons in clients. Update JSON schema with URI format validation. Add documentation explaining icon should be square PNG/SVG with fallback behavior. Update examples with icon URLs
2026-04-04 18:10:53 -04:00
8ffa9b306d ci: add MCP manifest validation workflows
Add GitHub Actions and Gitea workflows to automatically validate mcp-manifest.json on push and pull requests
2026-04-02 01:30:44 -04:00
82dc36ed0e Update spec.md 2026-03-30 18:54:30 +00:00
2f28bc787a Merge branch 'main' of https://git.marketally.com/mcp-manifest/mcp-manifest-spec 2026-03-29 23:43:03 -04:00
789329c120 Update README.md 2026-03-30 03:42:15 +00:00
008f0c5658 docs(notes): add MCP manifest deep dive article series
Add 8 comprehensive articles covering the MCP manifest specification:
- Why MCP needs a manifest (configuration chaos problem)
- Getting started tutorial for server authors
- Autodiscovery patterns (RSS-inspired discovery)
- Configuration architecture (types, secrets, templates)
- Installation methods across package managers
- Client implementation guide
- Security and trust considerations
- Future roadmap and community feedback
2026-03-29 23:27:50 -04:00
2dccc38354 Add LICENSE.md (CC0-1.0) 2026-03-30 02:52:52 +00:00
07152d455b chore(media): update favicon and manifest icon assets 2026-03-29 22:47:13 -04:00
835dfb00c8 feat(ci): add media kit and badges for mcp-manifest
Add "MCP manifest ready" badges (light and dark variants) for README files. Include icon assets (SVG and PNG), favicon, and media kit documentation. Provide markdown snippet for badge usage.
2026-03-29 22:34:33 -04:00
b22c30a7f8 feat(ci): add branding assets to mcp-manifest.dev
Add favicon, logo (SVG and PNG), and RSS-inspired feed icon. Update index.html to include favicon link.
2026-03-29 22:28:55 -04:00
dc3de7c557 feat(ci): create mcp-manifest.dev specification site
Create standalone repository for MCP manifest specification. Add JSON Schema (v0.1), full spec document, reference examples (minimal, SQLite, GitHub, IronLicensing), and landing page. Define autodiscovery protocol using well-known URLs and HTML link tags. Publish at mcp-manifest.dev.
2026-03-29 21:53:19 -04:00