Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/fetch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ dependencies = [
"requests>=2.32.3",
]

[project.urls]
Repository = "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch"
Homepage = "https://github.com/modelcontextprotocol/servers"

[project.scripts]
mcp-server-fetch = "mcp_server_fetch:main"

Expand Down
9 changes: 9 additions & 0 deletions src/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,15 @@ cd src/git
docker build -t mcp/git .
```

## Contributing

We encourage contributions to help expand and improve mcp-server-git. Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see:
https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make mcp-server-git even more powerful and useful.

## License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
4 changes: 4 additions & 0 deletions src/git/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ dependencies = [
"pydantic>=2.0.0",
]

[project.urls]
Repository = "https://github.com/modelcontextprotocol/servers/tree/main/src/git"
Homepage = "https://github.com/modelcontextprotocol/servers"

[project.scripts]
mcp-server-git = "mcp_server_git:main"

Expand Down
4 changes: 4 additions & 0 deletions src/time/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencies = [
"tzlocal>=5.3.1",
]

[project.urls]
Repository = "https://github.com/modelcontextprotocol/servers/tree/main/src/time"
Homepage = "https://github.com/modelcontextprotocol/servers"

[project.scripts]
mcp-server-time = "mcp_server_time:main"

Expand Down