Skip to content

Conversation

@pranjalj-oracle
Copy link
Member

@pranjalj-oracle pranjalj-oracle commented Nov 26, 2025

Description

Onboard FAaaS MCP server to OCI GitHub MCP server repo.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Run tools with Cline

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

  • Start MCP server in Local (uv run --project /Users/pranjaljain/mcp/src/oc
    i-faaas-mcp-server oracle.oci-faaas-mcp-server)
  • Configured Cline to connect with MCP server using below configuration
{
 "mcpServers": {
   "oracle-oci-faaas-mcp-server": {
     "disabled": false,
     "timeout": 60,
     "type": "stdio",
     "command": "uv",
     "args": [
       "run",
       "--project",
       "/Users/pranjaljain/mcp/src/oci-faaas-mcp-server",
       "oracle.oci-faaas-mcp-server"
     ],
     "env": {
       "OCI_CONFIG_PROFILE": "DEFAULT"
     }
   }
 }
}
  • Pass below query from cline terminal use mcp server oracle-oci-faaas-mcp-server list all active fusion environment family in compartment ocid1.tenancy.oc1..aaaaaaaanimrctwugowtycboykfe7rfw6q2rqntwk5nor3uukx3znfbsq7da
  • Result
image

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 26, 2025
@pranjalj-oracle pranjalj-oracle changed the title FAaaS MCP server [WIP]FAaaS MCP server Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant