原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"image-understanding",
"mcp",
"mcp-server",
"model-context-protocol",
"vision"
],
"is_fork": false,
"size_kb": 323,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 9938,
"TypeScript": 84553
},
"pushed_at": "2026-07-20T12:28:22Z",
"created_at": "2025-11-11T14:02:06Z",
"owner_type": "User",
"updated_at": "2026-07-22T02:52:41Z",
"description": "Multi-Model Visual Understanding MCP Server, GLM-4.6V, DeepSeek-OCR (free), and Qwen3-VL-Flash. Provide visual processing capabilities for AI coding models that do not support image understanding.多模型视觉理解MCP服务器,GLM-4.6V、DeepSeek-OCR(免费)和Qwen3-VL-Flash等。为不支持图片理解的 AI 编码模型提供视觉处理能力。",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Jochen",
"type": "User",
"login": "JochenYang",
"company": "MILOYA",
"location": null,
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/107936988?v=4",
"created_at": "2022-06-21T14:08:44Z",
"is_verified": null,
"public_repos": 29,
"account_age_days": 1496
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-20T12:25:09Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-13T00:56:37Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-06-13T00:51:14Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-05-24T04:41:10Z"
},
{
"tag": "v1.3.8",
"kind": "patch",
"published_at": "2026-05-02T01:31:50Z"
},
{
"tag": "v1.3.7",
"kind": "patch",
"published_at": "2026-04-28T15:48:45Z"
},
{
"tag": "v1.3.6",
"kind": "patch",
"published_at": "2026-03-06T13:55:21Z"
},
{
"tag": "v1.3.5",
"kind": "patch",
"published_at": "2026-02-14T04:42:14Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2026-02-04T04:07:47Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-01-23T14:53:54Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-01-20T06:35:44Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-01-06T05:57:05Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-12-31T09:52:53Z"
},
{
"tag": "v1.2.9",
"kind": "patch",
"published_at": "2025-12-31T09:07:05Z"
},
{
"tag": "v1.2.8",
"kind": "patch",
"published_at": "2025-12-24T13:33:18Z"
},
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2025-12-17T12:00:58Z"
},
{
"tag": "v1.2.6",
"kind": "patch",
"published_at": "2025-12-16T10:09:52Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2025-12-16T09:35:21Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2025-12-15T10:31:28Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2025-11-21T15:57:58Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2025-11-20T14:21:47Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2025-11-18T07:57:31Z"
}
],
"recent_commits": [
{
"oid": "ec42ea28ecc2330710a9f97a0861f4e6c7782c5b",
"body": "- rewrite 1.6.0 notes to match existing Chinese changelog format",
"is_bot": false,
"headline": "docs(changelog): restore Chinese style for v1.6.0",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-07-20T12:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177e57b520feedbfe39903b5d4de98f939ba6c32",
"body": "- unify providers on OpenAI-compatible base client\n- add optional task_type and opt-in luma_meta on tool\n- harden config, version, and secret-safe errors\n- add unit and MCP stdio smoke tests",
"is_bot": false,
"headline": "feat(mcp): add task_type and shared clients",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-07-20T12:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9831a4861960cabeb1f10d834b7e081aa557eda5",
"body": "Add CustomClient that wraps any OpenAI-compatible API (OpenAI,\nOpenRouter, Together AI, Anthropic proxy, local vLLM/Ollama, etc.).\n\nConfiguration:\n- MODEL_PROVIDER=custom\n- CUSTOM_API_KEY, CUSTOM_BASE_URL, CUSTOM_MODEL_NAME (required)\n- CUSTOM_AUTH_HEADER (bearer | x-api-key | custom, default bearer\n[…]\nder modes, constructor\n validation, baseURL trailing slash handling, and getModelName\n\nDocs:\n- .env.example gains a Custom Provider block\n- README.md and docs/README_EN.md add Custom Provider section",
"is_bot": false,
"headline": "feat: custom provider support for any OpenAI-compatible endpoint",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-06-13T00:56:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "adc1705e9bf92dd6183059e6c7b049845916e602",
"body": "Critical fix:\n- fetchRemoteImage: revert URL hostname rewriting that broke TLS cert\n validation for HTTPS URLs; use lookup + httpsAgent servername instead\n\nOther fixes:\n- LRU cache key: hash long inputs (Data URI / large URL) to SHA-256\n to prevent memory blowup (100 entries could reach 500MB+)\n- \n[…]\nt\n- Buffer.from: avoid unnecessary copy when response.data is Buffer\n- .env.example: add Hunyuan provider block\n- test-data-uri: update obsolete pass-through assertion to round-trip\n byte equivalence",
"is_bot": false,
"headline": "fix: HTTPS remote image fetch regression and several v1.4.0 follow-ups",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-06-13T00:50:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da21d27772791f78405b2e5250372660da8e70d1",
"body": "- Add SSRF protection (DNS pre-resolution + private IP check + Host header)\n- Add path traversal protection (path.resolve + allowed dirs)\n- Add pixel resolution limit (16M pixels, prevents OOM)\n- Fix Hunyuan enableThinking not passed to API\n- Parallelize multi-tile cropping (65% latency reduction)\n-\n[…]\nbers to named constants\n- Deduplicate TEXT_HEAVY_PROMPT_PATTERN into constants.ts\n- Upgrade axios ^1.7.9 -> ^1.15.1, MCP SDK ^1.0.4 -> ^1.25.4\n- withRetry: skip 4xx (except 429), add jitter to backoff",
"is_bot": false,
"headline": "feat: security hardening, performance optimization, and code quality",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-05-24T04:41:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8716c26b704d3072ae85b9673401e46d484caeaf",
"body": null,
"is_bot": false,
"headline": "feat(release): v1.3.8 fix siliconflow 400 error and enhance stability",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-05-02T01:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c77079f34a0b2b5fd23dffc99ca62bc01fc483d",
"body": "Improve the vision preprocessing pipeline by routing Data URI inputs through the same normalization path as local and remote images, switching multi-crop generation to adaptive orientation-aware tiling, and adding structured overview/detail hints so multi-image inputs are easier for models to interp\n[…]\nng only provider API calls, add automatic text-heavy detection based on image metadata, and include a regression script plus aligned local test flow to make the behavior easier to verify and maintain.",
"is_bot": false,
"headline": "release: cut v1.3.7",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-04-28T15:40:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2f8b1c6d1bbefb1d55803449b27aca899a0792a",
"body": "Reconnect the enhanced vision pipeline by enabling multi-crop image inputs, unifying remote URL preprocessing with local files, and improving text-heavy image handling for OCR, UI, and code screenshots.\n\nSync the documentation and release metadata with the current implementation, including README cleanup, version bump, changelog updates, and typecheck coverage for the updated flow.",
"is_bot": false,
"headline": "release: cut v1.3.6",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-03-06T13:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "090947b4f97d349e45904dfc995bb40db2afea7a",
"body": "Rename tool analyze_image to image_understand to reflect cognitive capabilities.\n\nImplement Visual Cognitive Protocol v2.0 in system prompt.\n\nImprove spatial reasoning (Vertical vs Horizontal) and anomaly detection.\n\nUpdate CHANGELOG.md for v1.3.5.",
"is_bot": false,
"headline": "chore: bump version to 1.3.5 and optimize visual understanding",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-02-14T04:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "894495529d2acf1cdbff82048fd7c5088821ed8a",
"body": "…rompt\n\n- Remove complex logic from v1.3.2/v1.3.3 (intent detection, multi-stage prompts, image tiling)\n- Remove multiCropEnabled and multiCropMaxTiles config fields\n- Redesign DEFAULT_BASE_VISION_PROMPT to activate rather than limit model capabilities\n- Fix MCP tool registration by deferring API key validation to actual call time\n- Reduce code by 60% while improving vision understanding quality\n- Verified with real-world testing: accurate page analysis with ASCII layout diagrams",
"is_bot": false,
"headline": "refactor(core): revert to simple implementation and optimize vision p…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-02-04T04:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4427e9f5492a08f34a89b22e8cce3d213c7f98",
"body": null,
"is_bot": false,
"headline": "feat(vision): add multi-crop analysis",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-01-23T14:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968722a81e2eb5630ca1bdd2fead6637461ec65b",
"body": null,
"is_bot": false,
"headline": "feat(vision): add hunyuan and docs",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-01-20T06:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fdc5da9330f6e7dd0b8e6742b86e44610771f7",
"body": "… disclaimers",
"is_bot": false,
"headline": "refactor(prompt): optimize vision prompt rule 4 to reduce unnecessary…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2026-01-06T05:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f69f3572e622c60a4c48b52d1ac410be40a2f66c",
"body": "- Add files field to exclude src from npm package\n- Improve API key error messages for better user guidance",
"is_bot": false,
"headline": "chore(release): 1.3.0 - fix npm package include source files",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-31T09:52:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65685931697c357dd3db7a642e4e2fff263c609b",
"body": null,
"is_bot": false,
"headline": "fix: add files field to exclude source from npm package",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-31T09:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af9715a75d9c34323af36760b985e6b5a5cc801",
"body": null,
"is_bot": false,
"headline": "chore(release): 1.2.9",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-31T09:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c103d462b027fb3c8dd2f7488d6b712ea6c7629",
"body": "…g logic\n\n- Fix missing enableThinking parameter in index.ts analyzeWithRetry\n- Unify thinking enable logic across all clients (enableThinking !== false)\n- Volcengine Doubao now correctly supports thinking mode\n- Add comprehensive logging to Qwen client\n- Refactor Zhipu client thinking parameter handling\n\nAll supported models (Zhipu, Qwen, Volcengine) now correctly enable thinking mode.\nUsers can disable it via ENABLE_THINKING=false to improve speed and reduce costs.",
"is_bot": false,
"headline": "fix(thinking): fix enableThinking parameter passing and unify thinkin…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-24T13:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "149b6c32cace2dc5dc62fc9e405997e60f108fe5",
"body": "- add volcengine-client.ts to project structure\n- remove deleted prompts.ts from English README\n- synchronize Chinese and English documentation",
"is_bot": false,
"headline": "docs: update project structure in README files",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-18T12:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764f6fbf789450642c1dfb3d9877efb157875a88",
"body": "- new volcengine provider with doubao-seed-1.6 models\n- unified config architecture for all clients\n- support base64, url and local file formats\n- update documentation and examples",
"is_bot": false,
"headline": "feat: upgrade to v1.2.7 - add volcengine provider support",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-17T12:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d59896a2249ee0e4b6b24ab9265a1e85b75f239",
"body": "… enabled\n\n- update zhipu model from glm-4.5v to glm-4.6v\n- increase max_tokens from 8192 to 16384\n- enable thinking mode by default\n- remove prompts.ts and use raw prompts\n- update documentation",
"is_bot": false,
"headline": "feat: upgrade to v1.2.6 - glm-4.6v model, 16384 tokens, thinking mode…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-17T11:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff6cea84b224c4db093216d246bcc56a740b015",
"body": "- Remove unused src/prompts.ts file\n- Remove buildAnalysisPrompt from index.ts\n- Remove buildAnalysisPrompt from qwen-client.ts\n- All providers now use raw user prompt directly\n- Reduces token consumption and unifies behavior",
"is_bot": false,
"headline": "feat: remove prompt wrapper and use raw prompts for all providers",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-16T09:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3c0f38f540c6b65b9460517697bec2ba4451ae",
"body": null,
"is_bot": false,
"headline": "chore: release v1.2.4 - version bump",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-12-15T10:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7112bc99adf1ba99b8f1d75d7aad835802525075",
"body": null,
"is_bot": false,
"headline": "chore: release v1.2.3 - code cleanup and tool description optimization",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-21T15:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d611ffc012716e300c9ac736f132675fbf04b49",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG.MD something",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-20T14:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1bcd8eeb3c43fc51099935e934f5ebe565f854a",
"body": null,
"is_bot": false,
"headline": "feat: add @ path support and optimize prompts for v1.2.2",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-20T14:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6377883757aa28a0df32dcf15f167c05002d171b",
"body": null,
"is_bot": false,
"headline": "docs: update project structure in READMEs",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-19T02:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c32b172b01d75102120cb8ab04c2ab1057aa9c",
"body": "…y changes",
"is_bot": false,
"headline": "ci: remove automatic npm publish from workflow due to npm token polic…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-18T08:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d45a656b682585e45f21d53f9ac6719472eec30",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.2.1",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-18T07:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a10d434d4f6159c485d19a88c2900cf6ae34b8c",
"body": "…tails",
"is_bot": false,
"headline": "docs: add Qwen local testing examples and pricing/model comparison de…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-18T07:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b81705a05b23df25b0f950b447c24b75890d6f6",
"body": null,
"is_bot": false,
"headline": "refactor: simplify prompts.ts comment header",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-18T04:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73050d0930b7d5203a8a71fe28fe1a0a22208cd",
"body": "…tails",
"is_bot": false,
"headline": "docs: simplify README, remove redundant config paths and changelog de…",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-18T04:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9578abddb980f94f4ca9ab2b4f6488dc32bffa18",
"body": "- Auto-create GitHub Release from tag\n- Extract release notes from CHANGELOG.md\n- Auto-publish to npm with NPM_TOKEN",
"is_bot": false,
"headline": "ci: add GitHub Actions workflow for automated releases",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-17T13:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f93ad927440152ab64b6cb7c665d1f6586b34aa",
"body": "- Add Aliyun Qwen3-VL-Flash vision model support\n- Support thinking mode for complex scenarios\n- Update all clients to use independent parameters\n- Remove hardcoded API keys from test files (security fix)\n- Update documentation (CN/EN) with Qwen configuration examples\n- Default to qwen3-vl-flash model for better cost-performance\n- Update .env.example with Qwen configuration",
"is_bot": false,
"headline": "feat: add Qwen3-VL-Flash support v1.2.0",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-17T13:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d787b451e6e1b916662a476fda96e154627ceb6",
"body": "- Support base64-encoded image data (data:image/png;base64,...)\n- Enable direct image passing when MCP clients support it\n- Add Data URI format validation (MIME type, size limits)\n- Update tool description and documentation\n- Add comprehensive test suite for Data URI\n- Prepare for future client-side image paste support",
"is_bot": false,
"headline": "feat: Add Data URI support for image input (v1.1.1)",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-13T14:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c3beff6f5c4eccb0283b6ae3aace579a2ce3b4",
"body": null,
"is_bot": false,
"headline": "docs: Update English README with multi-model support",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-13T11:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7bb5f625fe271c64cdf0b6717d0c22ef2f9185",
"body": "- Add multi-model architecture with VisionClient interface\n- Support SiliconFlow DeepSeek-OCR (free OCR service)\n- Add MODEL_PROVIDER environment variable for model selection\n- Optimize prompt handling for DeepSeek-OCR\n- Update documentation with dual-model configuration\n- Add .env.example and CHANGELOG.md\n- Maintain backward compatibility with existing configurations",
"is_bot": false,
"headline": "feat: Add DeepSeek-OCR support via SiliconFlow (v1.1.0)",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-13T11:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad95459d0ce048d6b65e7d60c6f3d1f1e6c3fc4",
"body": "- Thinking mode is now ON by default (better for image analysis)\n- Updated documentation to reflect default behavior\n- Users can disable it via ZHIPU_ENABLE_THINKING=false if needed\n- Changed parameter name from 'question' to 'prompt' in docs\n- Version bump to 1.0.3",
"is_bot": false,
"headline": "feat: re-enable thinking mode by default for better accuracy",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-12T02:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278f0588bdb6ae68ba74cced3f0fd3e74c7b5ca5",
"body": null,
"is_bot": false,
"headline": "Delete directory",
"author_name": "Jochen",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef78cf1ed5b3b3541b84130a800f70b746e970c",
"body": null,
"is_bot": false,
"headline": "chore: Update the .gitignore`",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3de9c0521819ab8b55dad7290f624838f23756",
"body": null,
"is_bot": false,
"headline": "docs: remove redundant doc links from README",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845df74bedd3386388b375a823acb8b2163c8a83",
"body": "- Changed default behavior: thinking mode is now OFF by default\n- Users can enable it via ZHIPU_ENABLE_THINKING=true if needed\n- Reduces response time by ~30%\n- Saves ~20-30% tokens per request\n- Version bump to 1.0.2",
"is_bot": false,
"headline": "perf: disable thinking mode by default for better speed and lower cost",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f33969bb4e72c4500903267f17b718632405d8e",
"body": "- Changed 'question' parameter to 'prompt' (required)\n- Improved parameter description for better AI understanding\n- Follows Zhipu official MCP design pattern\n- Version bump to 1.0.1",
"is_bot": false,
"headline": "feat: make prompt parameter required to improve auto-trigger reliability",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58419cffbe36587f2e1470b312c0c091538d180",
"body": null,
"is_bot": false,
"headline": "docs: update tool invocation instructions with correct MCP tool names",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b859c86b95ba3e7408ec32409648d1bf51348c4d",
"body": null,
"is_bot": false,
"headline": "chore: fix package.json formatting (npm auto-correction)",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6ba8d78ba50150f283e5a1fe14ede862f0b54b",
"body": "- Vision understanding MCP server powered by GLM-4.5V\n- Single analyze_image tool with auto-trigger optimization\n- Support local files, remote URLs, and temporary screenshot paths\n- Built-in retry mechanism with exponential backoff\n- Thinking mode enabled by default\n- Comprehensive documentation (Chinese and English)\n- MIT License",
"is_bot": false,
"headline": "feat: initial release of Luma MCP v1.0.0",
"author_name": "dabaotongxue",
"author_login": "JochenYang",
"committed_at": "2025-11-11T14:13:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 45,
"latest_release_at": "2026-07-20T12:25:09Z",
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 14,
"days_since_latest_release": 6,
"mean_days_between_releases": 19.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "luma-mcp",
"exists": true,
"license": "MIT",
"keywords": [
"mcp",
"vision",
"ai",
"glm-4.6v",
"zhipu",
"deepseek-ocr",
"siliconflow",
"qwen3-vl",
"aliyun",
"dashscope",
"doubao",
"volcengine",
"ark",
"ocr",
"free",
"image-understanding",
"multi-model"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/luma-mcp",
"is_deprecated": false,
"latest_version": "1.6.0",
"repository_url": "https://github.com/JochenYang/luma-mcp",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 11258,
"first_published_at": "2025-11-11T14:14:01.211000Z",
"latest_published_at": "2026-07-20T12:22:32.984000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 11,
"stars": 83,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-13",
"count": 2
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 25263,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "sharp",
"direct": true,
"version": "0.33.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.3,
"advisory_ids": [
"GHSA-f88m-g3jw-g9cj"
],
"fixed_version": "0.35.0",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.15",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 5
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"moderate": 1
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 138,
"malicious_count": 0,
"assessed_package": "npm:luma-mcp@1.6.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.25.4"
},
{
"name": "axios",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.15.1"
},
{
"name": "sharp",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.33.5"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.25.76"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "JochenYang",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/107936988?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "7 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "24 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ec42ea28ecc2330710a9f97a0861f4e6c7782c5b",
"ran_at": "2026-07-26T19:13:46Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T12:28:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/JochenYang/luma-mcp",
"host": "github.com",
"name": "luma-mcp",
"owner": "JochenYang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 42,
"vitality": 81,
"community": 50,
"governance": 47,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 19.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~19.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 11,
"stars": 83,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "83 stars",
"points": 31,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 83
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"packages": [
"luma-mcp"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 11258
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "11,258 downloads/month across npm",
"points": 54,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 11258,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"followers": 14,
"owner_type": "User",
"is_verified": null,
"owner_login": "JochenYang",
"public_repos": 29,
"account_age_days": 1496
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "14 followers of JochenYang",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "JochenYang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "29 public repos, account ~4 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 29
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"luma-mcp"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "29 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 29
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"image-understanding",
"mcp",
"mcp-server",
"model-context-protocol",
"vision"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "24 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Matched the npm:luma-mcp@1.6.0 runtime dependency closure — what installing the published package pulls in — 138 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:luma-mcp@1.6.0",
"assessed": 138
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 138,
"unassessed_packages": 0,
"affected_by_severity": "high 1, moderate 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: sharp 0.33.5 (high 7.3)",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "sharp 0.33.5 (high 7.3)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: @hono/node-server 1.19.15 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.15 (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 138,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.978,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "44 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 45
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 45",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 45
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 25263,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T19:13:50.403086Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/JochenYang/luma-mcp.svg",
"full_name": "JochenYang/luma-mcp",
"license_state": "standard",
"license_spdx": "MIT"
}