You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename simple-mcp-server to robotmcp-server (#3)
- Rename CLI command to robotmcp-server
- Rename config directory to ~/.robotmcp-server/
- Update package name to robotmcp-server
- Update title to "RobotMCP Server"
- Update GitHub URLs to robotmcp/robotmcp_server
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# Simple MCP Server
1
+
# RobotMCP Server
2
2
3
3
A modular Model Context Protocol (MCP) server with automatic submodule integration, OAuth 2.1 authentication, Supabase user management, and Cloudflare tunnel support. Works with ChatGPT and Claude.ai.
-**v1.16.1**: Fix SSE endpoint to support shared member access (consistent with /mcp)
203
203
-**v1.16.0**: Display version in CLI status output
204
204
-**v1.15.0**: Shared member access - users added via dashboard can now connect to shared MCP servers
205
-
-**v1.14.0**: Change default port from 8000 to 8766 (**BREAKING**: existing tunnels must be recreated with `simple-mcp-server logout && simple-mcp-server`)
205
+
-**v1.14.0**: Change default port from 8000 to 8766 (**BREAKING**: existing tunnels must be recreated with `robotmcp-server logout && robotmcp-server`)
206
206
-**v1.13.0**: JWT tokens for stateless OAuth (tokens survive server restarts), endpoint compatibility docs
207
207
-**v1.12.0**: Supabase centralized logging (replaces CloudWatch for security)
208
208
-**v1.11.0**: AWS CloudWatch logging integration with JSON structured logs
0 commit comments