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
@@ -279,6 +281,15 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
279
281
- Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store).
280
282
- Dynamically utilizes tools based on context and user queries (if supported by the server).
281
283
284
+
### Amp
285
+
286
+
[Amp](https://ampcode.com) is an agentic coding tool built by Sourcegraph. It runs in VS Code (and compatible forks like Cursor, Windsurf, and VSCodium) and as a command-line tool. It’s also multiplayer — you can share threads and collaborate with your team.
287
+
288
+
**Key features:**
289
+
290
+
- Granular control over enabled tools and permissions
291
+
- Support for MCP servers defined in VS Code `mcp.json`
292
+
282
293
### Augment Code
283
294
284
295
[Augment Code](https://augmentcode.com) is an AI-powered coding platform for VS Code and JetBrains with autonomous agents, chat, and completions. Both local and remote agents are backed by full codebase awareness and native support for MCP, enabling enhanced context through external sources and tools.
Copy file name to clipboardExpand all lines: docs/community/sep-guidelines.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Consider proposing a SEP if your change involves any of the following:
31
31
There are three kinds of SEP:
32
32
33
33
1.**Standards Track** SEP describes a new feature or implementation for the Model Context Protocol. It may also describe an interoperability standard that will be supported outside the core protocol specification.
34
-
2.**Informational** SEP describes a Model Context Protocol design issue, or provides general guidelines or information to the MCP community, but does not propose a new feature. Informational SEPs do not necessarily represent a MCP community consensus or recommendation.
34
+
2.**Informational** SEP describes a Model Context Protocol design issue, or provides general guidelines or information to the MCP community, but does not propose a new feature. Informational SEPs do not necessarily represent an MCP community consensus or recommendation.
35
35
3.**Process** SEP describes a process surrounding MCP, or proposes a change to (or an event in) a process. Process SEPs are like Standards Track SEPs but apply to areas other than the MCP protocol itself.
Copy file name to clipboardExpand all lines: docs/docs/learn/architecture.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,6 @@ The request structure includes several important components:
372
372
1.**`name`**: Must match exactly the tool name from the discovery response (`weather_current`). This ensures the server can correctly identify which tool to execute.
373
373
374
374
2.**`arguments`**: Contains the input parameters as defined by the tool's `inputSchema`. In this example:
375
-
376
375
-`location`: "San Francisco" (required parameter)
377
376
-`units`: "imperial" (optional parameter, defaults to "metric" if not specified)
This creates a MCP client that will connect to a server that is provided as a command line argument. It then lists the available tools from the connected server.
1540
+
This creates an MCP client that will connect to a server that is provided as a command line argument. It then lists the available tools from the connected server.
0 commit comments