-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
48 lines (48 loc) · 1.79 KB
/
Copy pathplugin.json
File metadata and controls
48 lines (48 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "deepnote",
"version": "0.1.2",
"description": "Search Deepnote workspaces, inspect notebooks, generate links, map integrations, read docs, and run notebooks from Codex.",
"author": {
"name": "Deepnote",
"url": "https://deepnote.com"
},
"homepage": "https://github.com/deepnote/codex-plugin",
"repository": "https://github.com/deepnote/codex-plugin",
"license": "Apache-2.0",
"keywords": [
"deepnote",
"mcp",
"codex",
"notebooks",
"data",
"analytics"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Deepnote",
"shortDescription": "Work with Deepnote workspaces, projects, notebooks, and docs from Codex.",
"longDescription": "Adds Deepnote skills and hosted MCP configuration for Codex. Use it to identify the current workspace, search resources, list paginated projects and integrations, construct workspace-aware project and notebook links, map integration usage, inspect notebook structure and inputs, read Deepnote docs, start notebook runs with optional input values, and summarize run status and outputs.",
"developerName": "Deepnote",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://deepnote.com",
"privacyPolicyURL": "https://deepnote.com/privacy",
"termsOfServiceURL": "https://deepnote.com/terms",
"defaultPrompt": [
"Search my Deepnote workspace.",
"Which Deepnote workspace am I connected to?",
"Give me links to my Deepnote projects.",
"Inspect this Deepnote notebook.",
"Run a Deepnote notebook with inputs."
],
"brandColor": "#3793EF",
"composerIcon": "./assets/deepnote-icon.svg",
"logo": "./assets/deepnote-icon.svg",
"screenshots": []
}
}