|
1 | 1 | # OCI Compute Instance Agent MCP Server |
2 | 2 |
|
3 | 3 | ## Overview |
4 | | -This server provides tools to interact with the OCI Compute Instance Agent resources. |
5 | | -It includes resources and tools to help with managing compute instance agents. |
| 4 | + |
| 5 | +This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Compute Instance Agent service. |
6 | 6 |
|
7 | 7 | ## Running the server |
8 | 8 | ```sh |
9 | 9 | uv run oracle.oci-compute-instance-agent-mcp-server |
10 | 10 | ``` |
11 | 11 |
|
12 | | -## Tools and Resources |
13 | | -| Tool/Resource Name | Description | |
| 12 | +## Tools |
| 13 | +| Tool Name | Description | |
14 | 14 | | --- | --- | |
15 | | -| list_instance_agent_commands | List instance agent commands in a given compartment and instance | |
16 | | -| get_instance_agent_command | Get instance agent command details | |
17 | | -| list_instance_agent_command_executions | List instance agent command executions in a given compartment and instance | |
| 15 | +| list_instance_agent_commands | List instance agent commands | |
| 16 | +| get_instance_agent_command | Get instance agent command by ID | |
| 17 | +| create_instance_agent_command | Create a new instance agent command | |
| 18 | +| list_instance_agent_command_executions | List command executions for an instance agent command | |
| 19 | + |
| 20 | +⚠️ **NOTE**: All actions are performed with the permissions of the configured OCI CLI profile. We advise least-privilege IAM setup, secure credential management, safe network practices, secure logging, and warn against exposing secrets. |
| 21 | + |
| 22 | +## Third-Party APIs |
| 23 | + |
| 24 | +Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses. |
| 25 | + |
| 26 | +## Disclaimer |
| 27 | + |
| 28 | +Users are responsible for their local environment and credential safety. Different language model selections may yield different results and performance. |
| 29 | + |
| 30 | +## License |
18 | 31 |
|
19 | | -<span style="font-size: small;">Copyright (c) 2025, Oracle and/or its affiliates. |
20 | | -Licensed under the Universal Permissive License v1.0 as shown at |
21 | | -https://oss.oracle.com/licenses/upl.</span> |
| 32 | +Copyright (c) 2025 Oracle and/or its affiliates. |
| 33 | + |
| 34 | +Released under the Universal Permissive License v1.0 as shown at |
| 35 | +<https://oss.oracle.com/licenses/upl/>. |
0 commit comments