From 2d365a97769722973cdaf63652c49f418394dd07 Mon Sep 17 00:00:00 2001 From: douglasgan <16775563+douglasgan@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:02:00 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Add=20asktian=20=E2=80=94=20Chinese=20metap?= =?UTF-8?q?hysics=20decision-support=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADDITIONAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index 3c25b3557d..a67059faee 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -44,6 +44,8 @@ This is a curated collection of community-built frameworks and resources that si ## 📚 Resources +- **[asktian](https://github.com/douglasgan/asktian-mcp)** - Chinese metaphysics (bazi 八字, qimen 奇門, 5-element, daily 干支) as decision-support tools for AI agents. Ask "when should I do X" and get specific time windows instead of vague advice. 5 tools: daily reading, compatibility, best-time-for-action, today's energy, name analysis. (`npm install -g @asktian/mcp-server`) by **[asktian](https://github.com/douglasgan)** + - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** From 114d3b39ec047c7f354583bf145911c4df9db184 Mon Sep 17 00:00:00 2001 From: douglasgan <16775563+douglasgan@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:56:14 +0900 Subject: [PATCH 2/2] =?UTF-8?q?asktian:=206=20tools=20(add=20market=20read?= =?UTF-8?q?)=20=E2=80=94=20v0.3.0=20published=20to=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ADDITIONAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index a67059faee..55a2039db8 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -44,7 +44,7 @@ This is a curated collection of community-built frameworks and resources that si ## 📚 Resources -- **[asktian](https://github.com/douglasgan/asktian-mcp)** - Chinese metaphysics (bazi 八字, qimen 奇門, 5-element, daily 干支) as decision-support tools for AI agents. Ask "when should I do X" and get specific time windows instead of vague advice. 5 tools: daily reading, compatibility, best-time-for-action, today's energy, name analysis. (`npm install -g @asktian/mcp-server`) by **[asktian](https://github.com/douglasgan)** +- **[asktian](https://github.com/douglasgan/asktian-mcp)** - Chinese metaphysics (bazi 八字, qimen 奇門, 5-element, daily 干支) as decision-support tools for AI agents. Ask "when should I do X" and get specific time windows instead of vague advice. 6 tools: daily reading, compatibility, best-time-for-action, market read, today's energy, name analysis. (`npm install -g @asktian/mcp-server`) by **[asktian](https://github.com/douglasgan)** - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)**