Add mcpName and repository fields for MCP registry (#3068)

Adds metadata required for registering servers in the MCP registry:

- NPM servers (everything, filesystem, memory, sequentialthinking):
  Added mcpName and repository fields to package.json

- PyPI servers (fetch, git, time):
  Added mcp-name comment to README.md

Part of #3047
This commit is contained in:
adam jones
2025-11-26 14:29:36 +00:00
committed by GitHub
parent 2c6684dda9
commit d9929014d5
7 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# mcp-server-git: A git MCP server
<!-- mcp-name: io.github.modelcontextprotocol/server-git -->
## Overview
A Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.