Estrutura inicial, ambiente IA

This commit is contained in:
victor
2026-05-14 09:54:24 -03:00
commit 48095a3c64
49 changed files with 4596 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"oracle-davinti": {
"type": "stdio",
"command": "bash",
"args": [
"./.vscode/mcp-oracle-davinti/run-mcp.sh"
],
"env": {}
}
}
}