@sawala/kodena-mcp 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -132,7 +132,7 @@ the `kodena://config` resource.
132
132
  | `kodena_whoami` | `GET /me` | Identity + active org/project context |
133
133
  | `kodena_list_orgs` | `GET /me/orgs` | Memberships, with active + scope flags |
134
134
  | `kodena_list_projects` | `GET /projects` | Projects in the active org |
135
- | `kodena_list_scripts` | `GET /kodena/scripts` | Scripts in the active org, with resolved public URLs |
135
+ | `kodena_list_scripts` | `GET /kodena/scripts` | Scripts in the active org AND active project, with resolved public URLs |
136
136
  | `kodena_get_script` | `GET /kodena/scripts/:slug` | Single script's full row |
137
137
  | `kodena_check_slug_available` | `GET /kodena/scripts/slug-available` | Availability check before create |
138
138
  | `kodena_get_org_handle` | `GET /kodena/org-handle` | Active org's claimed handle, or null |