About section and registry as MCP server - #42
Conversation
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
| @@ -0,0 +1,14 @@ | |||
| 1. Install the `arctl` binary on your local machine to manage agentregistry resources. | |||
| @@ -0,0 +1,37 @@ | |||
| The agentregistry Helm chart includes a bundled PostgreSQL instance for development and evaluation. For production, [bring your own PostgreSQL instance]({{< link path="/operations/database/" >}}) instead. | |||
| @@ -0,0 +1,5 @@ | |||
| --- | |||
There was a problem hiding this comment.
ignore as it does not work
| @@ -0,0 +1,84 @@ | |||
| --- | |||
There was a problem hiding this comment.
ignore as it does not work
| @@ -0,0 +1,98 @@ | |||
| --- | |||
There was a problem hiding this comment.
ignore as it does not work
| kind load docker-image ghcr.io/myagent:latest --name agentregistry | ||
| kind load docker-image my-mcp-server:latest --name agentregistry | ||
| ``` | ||
| 1. Follow the [Get started](/docs/quickstart/) guide to install agentregistry. |
There was a problem hiding this comment.
This page has a bunch of arctl deployments commands, do those cmds still exist? the list from the code repo seems to be: apply, build, completion, configure, db, delete, get, help, init, pull, run, version, wait
There was a problem hiding this comment.
yeah that is the only section I have not updated yet. I will do that in another PR
| docker login ghcr.io | ||
| ``` | ||
|
|
||
| 3. Build the MCP server image from within the MCP project directory and push it to your registry. |
There was a problem hiding this comment.
from within the MCP project directory
might be inconsistent across the tabs?
- docker buildx tab context only works from inside
arctl build mymcp, this could have a directory arg I think per the CLI docs for it, and the publish step later writesmymcp/mcp.yaml(parent relative)
|
|
||
| ## Before you begin | ||
|
|
||
| 1. Install agentregistry on [Kubernetes]({{< link path="/quickstart/" >}}). |
There was a problem hiding this comment.
Does the quick start include installing kagent? we later use kagent, but it's not here in the prereqs, maybe add it
There was a problem hiding this comment.
no you install kagent here in this guide. the quickstart only installs AR in a kube cluster.
| ## Before you begin | ||
|
|
||
| 1. Install agentregistry on [Kubernetes]({{< link path="/setup/kubernetes" >}}). | ||
| 2. Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/). |
There was a problem hiding this comment.
Is this used? also docker might be a prereq for this (or maybe docker is included in the AR installation so can be ignored)
There was a problem hiding this comment.
yeah to run the MCP server locally you need it
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
No description provided.