-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
149 lines (149 loc) · 7.48 KB
/
opencode.jsonc
File metadata and controls
149 lines (149 loc) · 7.48 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@openontology/opencode-palantir@0.1.5"
],
"model": "openai/gpt-5.3-codex",
"tools": {
"palantir-mcp_*": true
},
"mcp": {
"palantir-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"palantir-mcp",
"--foundry-api-url",
"{env:FOUNDRY_URL}"
],
"environment": {
"FOUNDRY_TOKEN": "{env:FOUNDRY_TOKEN}"
}
}
},
"agent": {
"foundry-librarian": {
"mode": "subagent",
"hidden": false,
"description": "Foundry exploration and context gathering (parallel-friendly) | Generated by opencode-palantir /setup-palantir-mcp. Profile: unknown. Edit palantir-mcp_* tool flags below to reject tools.",
"prompt": "You are the Foundry librarian.\n\n- Focus on exploration and context gathering.\n- Split independent exploration tasks and run them in parallel when possible.\n- Return compact summaries and cite the tool calls you ran.\n- Avoid dumping massive schemas unless explicitly asked.",
"tools": {
"get_doc_page": true,
"list_all_docs": true,
"palantir-mcp_aggregate_ontology_objects": false,
"palantir-mcp_build_datasets": false,
"palantir-mcp_clone_code_repository_locally": false,
"palantir-mcp_close_foundry_branch": false,
"palantir-mcp_close_foundry_proposal": false,
"palantir-mcp_connect_to_dev_console_app": false,
"palantir-mcp_convert_to_osdk_react": false,
"palantir-mcp_create_and_write_to_foundry_dataset": false,
"palantir-mcp_create_code_repository_pull_request": false,
"palantir-mcp_create_foundry_branch": false,
"palantir-mcp_create_foundry_proposal": false,
"palantir-mcp_create_foundry_rest_api_data_source": false,
"palantir-mcp_create_foundry_rest_api_data_source_webhook": false,
"palantir-mcp_create_or_update_foundry_link_type": false,
"palantir-mcp_create_or_update_foundry_object_type": false,
"palantir-mcp_create_python_transforms_code_repository": false,
"palantir-mcp_delete_foundry_link_type": false,
"palantir-mcp_delete_foundry_object_type": false,
"palantir-mcp_generate_new_ontology_sdk_version": false,
"palantir-mcp_get_build_status": true,
"palantir-mcp_get_compute_modules_documentation": true,
"palantir-mcp_get_custom_widget_documentation": true,
"palantir-mcp_get_foundry_dataset_schema": true,
"palantir-mcp_get_foundry_ontology_rid": true,
"palantir-mcp_get_job_status": true,
"palantir-mcp_get_ml_documentation": true,
"palantir-mcp_get_ontology_sdk_context": true,
"palantir-mcp_get_ontology_sdk_examples": true,
"palantir-mcp_get_or_create_network_egress_policy": true,
"palantir-mcp_get_platform_sdk_api_reference": true,
"palantir-mcp_get_project_imports": true,
"palantir-mcp_get_python_transforms_documentation": true,
"palantir-mcp_get_repository_context": true,
"palantir-mcp_get_resource_graph": true,
"palantir-mcp_get_typescript_v1_functions_documentation": true,
"palantir-mcp_get_typescript_v2_functions_documentation": true,
"palantir-mcp_install_sdk_package": false,
"palantir-mcp_list_platform_sdk_apis": true,
"palantir-mcp_list_resources_in_foundry_folder": true,
"palantir-mcp_query_ontology_objects": true,
"palantir-mcp_run_sql_query_on_foundry_dataset": false,
"palantir-mcp_search_dataset_builds": true,
"palantir-mcp_search_foundry_documentation": true,
"palantir-mcp_search_foundry_functions": true,
"palantir-mcp_search_foundry_ontology": true,
"palantir-mcp_view_foundry_action_type": false,
"palantir-mcp_view_foundry_branch": false,
"palantir-mcp_view_foundry_link_type": false,
"palantir-mcp_view_foundry_object_type": false,
"palantir-mcp_view_foundry_proposal": false,
"palantir-mcp_view_osdk_definition": false
}
},
"foundry": {
"mode": "all",
"hidden": false,
"description": "Foundry execution agent (uses only enabled palantir-mcp tools) | Generated by opencode-palantir /setup-palantir-mcp. Profile: unknown. Edit palantir-mcp_* tool flags below to reject tools.",
"prompt": "You are the Foundry execution agent.\n\n- Use only enabled palantir-mcp tools.\n- Prefer working from summaries produced by @foundry-librarian.\n- Keep operations focused and deterministic.",
"tools": {
"get_doc_page": false,
"list_all_docs": false,
"palantir-mcp_aggregate_ontology_objects": false,
"palantir-mcp_build_datasets": false,
"palantir-mcp_clone_code_repository_locally": false,
"palantir-mcp_close_foundry_branch": false,
"palantir-mcp_close_foundry_proposal": false,
"palantir-mcp_connect_to_dev_console_app": true,
"palantir-mcp_convert_to_osdk_react": false,
"palantir-mcp_create_and_write_to_foundry_dataset": false,
"palantir-mcp_create_code_repository_pull_request": false,
"palantir-mcp_create_foundry_branch": false,
"palantir-mcp_create_foundry_proposal": false,
"palantir-mcp_create_foundry_rest_api_data_source": true,
"palantir-mcp_create_foundry_rest_api_data_source_webhook": true,
"palantir-mcp_create_or_update_foundry_link_type": false,
"palantir-mcp_create_or_update_foundry_object_type": false,
"palantir-mcp_create_python_transforms_code_repository": false,
"palantir-mcp_delete_foundry_link_type": false,
"palantir-mcp_delete_foundry_object_type": false,
"palantir-mcp_generate_new_ontology_sdk_version": false,
"palantir-mcp_get_build_status": true,
"palantir-mcp_get_compute_modules_documentation": true,
"palantir-mcp_get_custom_widget_documentation": true,
"palantir-mcp_get_foundry_dataset_schema": true,
"palantir-mcp_get_foundry_ontology_rid": true,
"palantir-mcp_get_job_status": true,
"palantir-mcp_get_ml_documentation": true,
"palantir-mcp_get_ontology_sdk_context": true,
"palantir-mcp_get_ontology_sdk_examples": true,
"palantir-mcp_get_or_create_network_egress_policy": true,
"palantir-mcp_get_platform_sdk_api_reference": true,
"palantir-mcp_get_project_imports": true,
"palantir-mcp_get_python_transforms_documentation": true,
"palantir-mcp_get_repository_context": true,
"palantir-mcp_get_resource_graph": true,
"palantir-mcp_get_typescript_v1_functions_documentation": true,
"palantir-mcp_get_typescript_v2_functions_documentation": true,
"palantir-mcp_install_sdk_package": false,
"palantir-mcp_list_platform_sdk_apis": true,
"palantir-mcp_list_resources_in_foundry_folder": true,
"palantir-mcp_query_ontology_objects": true,
"palantir-mcp_run_sql_query_on_foundry_dataset": false,
"palantir-mcp_search_dataset_builds": true,
"palantir-mcp_search_foundry_documentation": true,
"palantir-mcp_search_foundry_functions": true,
"palantir-mcp_search_foundry_ontology": true,
"palantir-mcp_view_foundry_action_type": false,
"palantir-mcp_view_foundry_branch": false,
"palantir-mcp_view_foundry_link_type": false,
"palantir-mcp_view_foundry_object_type": false,
"palantir-mcp_view_foundry_proposal": false,
"palantir-mcp_view_osdk_definition": false
}
}
}
}