Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
135d6fc to
ff9d464
Compare
ff9d464 to
d07b71a
Compare
|
All CI checks are passing and this is ready in principle, but the branch has fallen behind main and has merge conflicts that need to be resolved before we can merge. Please rebase onto the latest main and push — once the conflicts are cleared a reviewer can approve and we can get this in. |
Description
FAaaS MCP server - Added below mcp tools
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Run the following commands to build the faaas MCP server
make build
make install
Configured Cline to connect with MCP server using below configuration
"oracle-oci-faaas-mcp-server": {
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "uv",
"args": [
"run",
"oracle.oci-faaas-mcp-server"
],
"env": {
"OCI_CONFIG_PROFILE": "SECONDFAAAS",
"VIRTUAL_ENV": "/Users/tinayak/projects/mcp/.venv",
"FASTMCP_LOG_LEVEL": "ERROR"
}
},
Test Configuration:
Checklist: