File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,7 @@ Remote MCP servers are already hosted externally and don't require Docker image
213213- A documentation URL for your server
214214- OAuth configuration details (if authentication is required)
215215
216- ### Step-by-Step Guide for Remote Servers
217-
218- #### 1️⃣ Fork this repository
216+ ### 1️⃣ Fork this repository
219217
220218Fork the repository to your own GitHub account and clone it locally.
221219
@@ -331,21 +329,6 @@ Create a pull request with your remote server files. Make sure to:
331329- Test OAuth configuration if applicable
332330- Ensure the documentation URL in `readme.md` is valid
333331
334- # ## Key Differences: Local vs Remote Servers
335-
336- | Feature | Local Server | Remote Server |
337- |---------|-------------|---------------|
338- | **Type** | `type : server` | `type: remote` |
339- | **Requires Dockerfile** | ✅ Yes | ❌ No |
340- | **Image Building** | ✅ Required | ❌ Not needed |
341- | **Source Repository** | Required with `source.project` and `source.commit` | Not required |
342- | **Remote Configuration** | ❌ Not applicable | ✅ Required : ` remote.transport_type` and `remote.url` |
343- | **Authentication** | Config secrets | OAuth (typically) |
344- | **Tool Discovery** | Static (from container) | Dynamic (`dynamic.tools : true`) |
345- | **Hosting** | Docker container locally | External HTTP(S) endpoint |
346-
347- ---
348-
349332# # 📜 Code of Conduct
350333
351334This project follows a Code of Conduct. Please review it in
You can’t perform that action at this time.
0 commit comments