docs: add AGENTS.md

This commit is contained in:
Tien Do Nam
2026-07-25 22:49:05 +02:00
parent c92866b5be
commit 4199cfd82a
3 changed files with 144 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"mcpServers": {
"dart-mcp-server": {
"command": "dart",
"args": [
"mcp-server"
]
},
"slang_mcp": {
"command": "slang_mcp"
}
}
}