Skip to content

Commit 1f6802c

Browse files
committed
Rename project to "Open MCP Proxy", update README, and remove unused example_proxy.py script. Ensure version bump script maintains newline at end of file.
1 parent 235a7fc commit 1f6802c

File tree

3 files changed

+2
-126
lines changed

3 files changed

+2
-126
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MCP Proxy
1+
# Open MCP Proxy
22

33
An open source proxy for MCP servers.
44

scripts/bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def bump_version(version_type):
6060
print("Usage: bump_version.py <major|minor|patch>")
6161
sys.exit(1)
6262

63-
bump_version(sys.argv[1])
63+
bump_version(sys.argv[1])

src/example_proxy.py

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)