Skip to content

Commit 81605d8

Browse files
committed
migrated specs
1 parent 80ed385 commit 81605d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

specification/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
title: Overview
33
---
44

5-
_**NOTE:** This is a very early draft. Feel free to discuss changes, requirements, etc._
6-
7-
# Goal
85
The Model Context Protocol (MCP) is an attempt to allow implementors to provide context to various LLM surfaces such as editors/IDEs, [claude.ai](https://claude.ai), etc., in a pluggable way. It separates the concerns of providing context from the LLM loop and its usage within.
96

107
This makes it **much** easier for anyone to script LLM applications for accomplishing their custom workflows, without the application needing to directly offer a large number of integrations.
118

129
# Terminology
10+
1311
The Model Context Protocol is inspired by Microsoft's [Language Server Protocol](https://microsoft.github.io/language-server-protocol/), with similar concepts:
1412

1513
* **Server**: a process or service providing context via MCP.

0 commit comments

Comments
 (0)