Skip to content

Commit ac9c116

Browse files
committed
contributing
1 parent 70305c2 commit ac9c116

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/tutorials/ai-agents/custom-agents.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ any-custom-agent configure-mcp --name "coder" --command "coder exp mcp server"
4040
This will start the MCP server and report activity back to the Coder control plane on behalf of the coder_app resource.
4141

4242
> See the [Goose module](https://github.com/coder/modules/blob/main/goose/main.tf) source code for a real world example.
43+
44+
## Contributing
45+
46+
We welcome contributions for various agents via the [Coder registry](https://registry.coder.com/modules?tag=agent)!
47+
48+
See our [contributing guide](https://github.com/coder/modules/blob/main/CONTRIBUTING.md) for more information.

docs/tutorials/ai-agents/headless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ coder exp mcp configure claude-desktop # Configure Claude Desktop to interact wi
3939
coder exp mcp configure cursor # Configure Cursor to interact with Coder
4040
```
4141

42-
> MCP is also used for various agents to report activity back to Coder. Learn more about this in [configuring templates](./create-template.md).
42+
> MCP is also used for various agents to report activity back to Coder. Learn more about this in [custom agents](./custom-agents.md).
4343
4444
## Coder CLI
4545

0 commit comments

Comments
 (0)