Skip to content

Commit d339595

Browse files
kgprsclaude
andcommitted
Remove 'Step-by-Step Guide' heading and 'Key Differences' section
- Remove 'Step-by-Step Guide for Remote Servers' subsection heading - Remove 'Key Differences: Local vs Remote Servers' comparison table Simplifies the documentation structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4590362 commit d339595

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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

220218
Fork 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

351334
This project follows a Code of Conduct. Please review it in

0 commit comments

Comments
 (0)