Refactor: Remove Oracle server implementation and related files, moved to Community Servers

- Deleted the Oracle server Dockerfile, README, demo prompts, and configuration files.
- Removed the Oracle server package.json and TypeScript configuration.
- Updated package.json to remove dependency on the Oracle server.
This commit is contained in:
Marcelo Ochoa
2025-06-17 10:53:37 -03:00
parent b1cc2f9a61
commit faa06b2d11
10 changed files with 794 additions and 1531 deletions

View File

@@ -20,9 +20,8 @@
},
"dependencies": {
"@modelcontextprotocol/server-everything": "*",
"@modelcontextprotocol/server-filesystem": "*",
"@modelcontextprotocol/server-memory": "*",
"@modelcontextprotocol/server-oracle": "*",
"@modelcontextprotocol/server-filesystem": "*",
"@modelcontextprotocol/server-sequential-thinking": "*"
}
}