mcp_config_notebook_instance_management.json•938 B
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Retrieves a list of notebook instances that the user has access to",
"name": "get_notebook_instances"
},
{
"description": "Creates a notebook instance within the project",
"name": "create_notebook_instance"
},
{
"description": "Triggers a deletion of the notebook instance",
"name": "delete_notebook_instance"
},
{
"description": "Creates an authenticated URL to open up the notebook instance in your browser",
"name": "generate_notebook_instance_url"
},
{
"description": "Retrieves the status of the instance",
"name": "get_notebook_instance_status"
},
{
"description": "Shuts down a running notebook instance",
"name": "stop_notebook_instance"
}
]
}