This website requires JavaScript.
Explore
Help
Register
Sign In
blomios
/
IdeaSDK
Watch
1
Star
0
Fork
0
You've already forked IdeaSDK
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d93e3023204ec01412f5f1e0be424dc42a3fbd81
IdeaSDK
/
src
History
Blomios
d93e302320
feat(sdk): metadata statiques contributes.mcpServers[].tools —
#296
(type IdeAPluginMcpToolMetadata {name exact non vide, description optionnelle non vide} exporté public; validation manifest: tools optionnel, noms uniques par serveur — metadata d'affichage pour l'UI d'attribution de capacités, ne remplace ni ne cache MCP tools/list et n'enregistre rien; scripts/check-manifest-tools.mjs + npm run test:manifest intégré à check: optionnel/valide/doublon rejeté; doc manifest.md: exemple unity_get_scene/run_tests + règles; QA verte reconfirmée par Git: npm run check)
2026-09-09 19:52:23 +02:00
..
index.js
Initial commit: IdeaSDK TypeScript plugin SDK
2026-08-02 16:24:59 +02:00
index.ts
feat(sdk): metadata statiques contributes.mcpServers[].tools —
#296
(type IdeAPluginMcpToolMetadata {name exact non vide, description optionnelle non vide} exporté public; validation manifest: tools optionnel, noms uniques par serveur — metadata d'affichage pour l'UI d'attribution de capacités, ne remplace ni ne cache MCP tools/list et n'enregistre rien; scripts/check-manifest-tools.mjs + npm run test:manifest intégré à check: optionnel/valide/doublon rejeté; doc manifest.md: exemple unity_get_scene/run_tests + règles; QA verte reconfirmée par Git: npm run check)
2026-09-09 19:52:23 +02:00
manifest.js
Initial commit: IdeaSDK TypeScript plugin SDK
2026-08-02 16:24:59 +02:00
manifest.ts
feat(sdk): metadata statiques contributes.mcpServers[].tools —
#296
(type IdeAPluginMcpToolMetadata {name exact non vide, description optionnelle non vide} exporté public; validation manifest: tools optionnel, noms uniques par serveur — metadata d'affichage pour l'UI d'attribution de capacités, ne remplace ni ne cache MCP tools/list et n'enregistre rien; scripts/check-manifest-tools.mjs + npm run test:manifest intégré à check: optionnel/valide/doublon rejeté; doc manifest.md: exemple unity_get_scene/run_tests + règles; QA verte reconfirmée par Git: npm run check)
2026-09-09 19:52:23 +02:00
runtime.js
Initial commit: IdeaSDK TypeScript plugin SDK
2026-08-02 16:24:59 +02:00
runtime.ts
feat(sdk): pluginRoot officiel exposé dans activate(ctx) —
#285
(src/runtime: champ pluginRoot = racine du package installé; docs activation-context/commands-and-feedback/services/manifest réécrits du constat d'absence vers le contrat d'usage officiel — runCommand reste project-scoped, pluginRoot utilisable dans command/args, substitution manifest ${pluginRoot}/${appDataDir} inchangée pour mcpServers; exemple hello-plugin: script packagé scripts/hello-task.mjs consommé via ctx.pluginRoot, packaging étendu; QA verte: npm run check — build, typecheck:examples, package:hello-plugin, artefact zip vérifié)
2026-09-08 18:35:24 +02:00