Skip to content

Commit a8efa83

Browse files
authored
Merge branch 'main' into patch-4
2 parents 4ca09d4 + 16d91ab commit a8efa83

File tree

13 files changed

+167
-91
lines changed

13 files changed

+167
-91
lines changed

docs/docs.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,58 @@
317317
"source": "/specification/latest",
318318
"destination": "/specification/2025-06-18",
319319
"permanent": false
320+
},
321+
{
322+
"source": "/docs/concepts/architecture",
323+
"destination": "/docs/learn/architecture"
324+
},
325+
{
326+
"source": "/docs/concepts/elicitation",
327+
"destination": "/specification/2025-06-18/client/elicitation"
328+
},
329+
{
330+
"source": "/docs/concepts/prompts",
331+
"destination": "/specification/2025-06-18/server/prompts"
332+
},
333+
{
334+
"source": "/docs/concepts/resources",
335+
"destination": "/specification/2025-06-18/server/resources"
336+
},
337+
{
338+
"source": "/docs/concepts/roots",
339+
"destination": "/specification/2025-06-18/client/roots"
340+
},
341+
{
342+
"source": "/docs/concepts/sampling",
343+
"destination": "/specification/2025-06-18/client/sampling"
344+
},
345+
{
346+
"source": "/docs/concepts/tools",
347+
"destination": "/specification/2025-06-18/server/tools"
348+
},
349+
{
350+
"source": "/docs/concepts/transports",
351+
"destination": "/specification/2025-06-18/basic/transports"
352+
},
353+
{
354+
"source": "/docs/tools/debugging",
355+
"destination": "/legacy/tools/debugging"
356+
},
357+
{
358+
"source": "/docs/tools/inspector",
359+
"destination": "/legacy/tools/inspector"
360+
},
361+
{
362+
"source": "/introduction",
363+
"destination": "/docs/getting-started/intro"
364+
},
365+
{
366+
"source": "/docs/concepts",
367+
"destination": "/docs/learn/architecture"
368+
},
369+
{
370+
"source": "/docs/tools",
371+
"destination": "/legacy/tools/inspector"
320372
}
321373
],
322374
"contextual": {

docs/docs/learn/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ referred to as a "remote" MCP server.
7777

7878
MCP consists of two layers:
7979

80-
- **Data layer**: Defines the JSON-RPC based protocol for client-server communication, including lifecycle management, core primitives, such as tools, resources, and prompts, and notifications,
80+
- **Data layer**: Defines the JSON-RPC based protocol for client-server communication, including lifecycle management, core primitives, such as tools, resources, prompts and notifications.
8181
- **Transport layer**: Defines the communication mechanisms and channels that enable data exchange between clients and servers, including transport-specific connection establishment, message framing, and authorization.
8282

8383
Conceptually the data layer is the inner layer, while the transport layer is the outer layer.

docs/links/sdks/csharp.mdx

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

docs/links/sdks/go.mdx

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

docs/links/sdks/java.mdx

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

docs/links/sdks/kotlin.mdx

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

docs/links/sdks/python.mdx

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

docs/links/sdks/ruby.mdx

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

docs/links/sdks/rust.mdx

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

docs/links/sdks/swift.mdx

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

0 commit comments

Comments
 (0)