-
Notifications
You must be signed in to change notification settings - Fork 37
Fix resource scope PR feedback #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
91bf182
f854b0f
2fd9669
83093ce
ee95b69
7924059
e70c7e3
b5a0bfa
508e001
e55c1bf
cb0a09e
28b379d
1447f26
810ec9f
232359b
7ea2f8d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,9 +46,10 @@ export const templatesToolset: ToolsetDefinition = { | |
| { | ||
| resourceType: "template", | ||
| displayName: "Template", | ||
| description: "Reusable template definition. Supports list, get, create, update, and delete.", | ||
| description: "Reusable template definition. Supports list, get, create, update, and delete. Use resource_scope='account' to list or get account-level templates.", | ||
| toolset: "templates", | ||
| scope: "project", | ||
| supportedScopes: ["account", "org", "project"], | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding The problem is that the registered write-tool schemas still do not expose a top-level I’d either add explicit |
||
| scopeOptional: true, | ||
| identifierFields: ["template_id"], | ||
| listFilterFields: [ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.