TTokenySpace
返回 MCP 列表

Built with Jon — Hidden Profit Tools

设计与创作

Personal site for Jonathan Malkin. AI builder, solo founder. Built with Astro v6.

1Astrov1.0.0远程托管更新于 2026/7/20
GitHub
0

远程接入地址

https://builtwithjon.com/mcp

介绍

Read-only tools for finding where a small business leaks deals, time, and cash.

README

builtwithjon.com

Personal site for Jonathan Malkin. AI builder, solo founder.

Built with Astro v6. Hosted on Cloudflare Workers as jonathanmalkin-site. Zero JavaScript by default.

Local Preview

From this repo:

npm run build
npm run preview

Deploy

Live deploys require both steps:

git push origin main
npm run build
find dist -name .DS_Store -delete
wrangler deploy

Do not pass --assets or --name. wrangler.jsonc owns the Worker and asset routing, including run_worker_first for the MCP endpoint. CLI asset flags can replace that configuration and cause static assets to intercept POST /mcp.

In the broader Active-Work workspace, use Scripts/deploy-website.sh to run the push, build, cleanup, and Wrangler deploy sequence.

GitHub push alone does not publish the live site.

See Also

<!-- build trigger -->

评论

加载中…

同类推荐