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
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,6 @@ Prototyping MPC services in isolation is quick and fun, but but production adopt
62
62
63
63
**_We believe teams who have build MCP services should not experience friction when bringing those services to production. kMCP is designed to make MCP connectivity simple._**
64
64
65
-
<!--
66
-
KMCP LOGO SHOULD GO HERE
67
-
68
-
TODO: sam-heilbron to follow-up
69
-
-->
70
-
71
65
## Getting Started
72
66
73
67
Install the kmcp CLI on your local machine.
@@ -92,9 +86,9 @@ _You're ready to go! Continue on to [From Prototype to Production](#from-prototy
92
86
93
87
MCP connectivity affects everyone in an organization. Below are some common quickstart journeys that you may experience:
94
88
95
-
-[Your first MCP service prototype](/devel/quickstart/first-prototype.md)
96
-
-[AI/ML Engineer packaging an existing prototype](/devel/quickstart/package-existing-service.md)
97
-
-[DevOps engineer building MCP infrastructure in Kubernetes](/devel/quickstart/scaling-mcp-infrastructure.md)
89
+
-[Your first MCP service prototype](https://kagent.dev/docs/kmcp/develop)
90
+
-[AI/ML Engineer packaging an existing prototype](https://kagent.dev/docs/kmcp/deploy/server#option-1-deploy-an-mcp-server-with-npx-or-uvx)
91
+
-[DevOps engineer building MCP infrastructure in Kubernetes](https://kagent.dev/docs/kmcp/deploy/server#option-2-build-and-deploy-an-mcp-server)
98
92
99
93
## Technical Details
100
94
@@ -158,11 +152,5 @@ This project is licensed under the [Apache 2.0 License.](/LICENSE)
0 commit comments