← Browse

@fredysandoval/showsignature

MCP server package showsignature

mcp_servermcp

Install

agr install @fredysandoval/showsignature --target claude

This artifact does not publish files for Claude.

Document

{ "name": "showsignature", "version": "0.2.2", "description": "Extract structure from code. Turn source files into clean, readable artifacts.", "type": "module", "pi": { "extensions": [ "./.pi/extensions/showsignature-tools.ts" ], "skills": [ "./skills" ], "image": "https://github.com/FredySandoval/showsignature/raw/refs/heads/main/demo.png" }, "bin": { "showsignature": "./dist/02-cli.js" }, "files": [ "dist", ".pi/extensions/", "hooks/", "skills/", "LICENSE" ], "main": "./dist/03-index.js", "types": "./dist/03-index.d.ts", "exports": { ".": { "types": "./dist/03-index.d.ts", "import": "./dist/03-index.js" }, "./server": { "types": "./dist/adapters/opencode-plugin.d.ts", "import": "./dist/adapters/opencode-plugin.js" } }, "scripts": { "format": "prettier --write "**/*.{ts,tsx,md}"", "dedupe": "pnpm dedupe", "test": "bun test", "clean": "git clean -xdf node_modules dist", "typecheck": "tsgo --noEmit", "gen": "bun scripts/build-instructions.ts", "gen:check": "bun scripts/build-instructions.ts --check", "build": "tsc -p tsconfig.build.json", "prepare": "tsc -p tsconfig.prepare.json", "prepublishOnly": "pnpm gen:check && pnpm typecheck && pnpm test && pnpm build", "version": "node scripts/sync-version.js && git add .claude-plugin/plugin.json README.md" }, "keywords": [ "pi", "pi-skill", "pi-package", "cli", "code-analysis", "developer-tools", "signatures", "typescript", "markdown" ], "author": "Fredy Sandoval showsignature@fredy.dev", "license": "ISC", "homepage": "https://github.com/FredySandoval/showsignature#readme", "repository": { "type": "git", "url": "git+https://github.com/FredySandoval/showsignature.git" }, "bugs": { "url": "https://github.com/FredySandoval/showsignature/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@types/node": "^24.9.0", "commander": "10.0.0", "globby": "^16.2.0", "typebox": "^1.3.4", "typescript": "6.0.2", "zod": "^4.1.8" }, "devDependencies": { "@opencode-ai/plugin": "^1.17.13", "@types/bun": "1.3.10", "@typescript/native-preview": "7.0.0-dev.20260331.1", "prettier": "3.8.1" }, "packageManager": "pnpm@10.31.0", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-62e176892e662026-08-05