Improve docstrings

This commit is contained in:
Dominik Jain 2026-01-13 21:09:44 +01:00
parent 28cad04e50
commit ec798e0363
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { ExecuteCodePluginTask } from "../tasks/ExecuteCodePluginTask";
import { FileUtils } from "../utils/FileUtils";
/**
* Arguments class for ExecuteCodeTool
* Arguments class for ExportShapeTool
*/
export class ExportShapeArgs {
static schema = {

View File

@ -7,7 +7,7 @@ import { PenpotMcpServer } from "../PenpotMcpServer";
import { ApiDocs } from "../ApiDocs";
/**
* Arguments class for the PenpotApiInfo tool with validation decorators.
* Arguments class for the PenpotApiInfoTool
*/
export class PenpotApiInfoArgs {
static schema = {