docs: documented the llm node skills policy in the graph.example.yaml

This commit is contained in:
2026-06-02 13:58:59 -06:00
parent c6efcefbd8
commit f0f8077c13
6 changed files with 483 additions and 16 deletions
+3 -14
View File
@@ -1,19 +1,8 @@
{
"mcpServers": {
"github": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_TOKEN"
}
"type": "http",
"url": "https://api.githubcopilot.com/mcp"
},
"atlassian": {
"type": "stdio",
@@ -29,6 +18,6 @@
"type": "stdio",
"command": "uvx",
"args": ["duckduckgo-mcp-server"]
}
},
}
}