File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,9 @@ any-custom-agent configure-mcp --name "coder" --command "coder exp mcp server"
40
40
This will start the MCP server and report activity back to the Coder control plane on behalf of the coder_app resource.
41
41
42
42
> 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.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ coder exp mcp configure claude-desktop # Configure Claude Desktop to interact wi
39
39
coder exp mcp configure cursor # Configure Cursor to interact with Coder
40
40
```
41
41
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 ) .
43
43
44
44
## Coder CLI
45
45
You can’t perform that action at this time.
0 commit comments