Skip to content

Conversation

@vpalagum
Copy link
Member

@vpalagum vpalagum commented Jan 12, 2026

Description

FAaaS MCP server - Added below mcp tools

  • list subscriptions
  • list refresh activities
  • list scheduled activities
  • list fusion admins

Type of change

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

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:

  • 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
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

  • PR author: vpalagum

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.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jan 12, 2026
@vpalagum vpalagum force-pushed the vpalagum/mcp-faaas branch 3 times, most recently from 135d6fc to ff9d464 Compare January 14, 2026 15:12
@vpalagum vpalagum requested a review from krisrice as a code owner January 14, 2026 15:12
@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Jan 20, 2026
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