npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@micro-zoe/micro-mcp

v0.1.1

Published

MCP server for micro-app integration

Readme

@micro-zoe/micro-mcp

@micro-zoe/micro-mcp 是一个基于 Model Context Protocol (MCP) 的服务器,专为 micro-app 集成而设计。

项目描述

这个项目提供了一个 MCP 服务器实现,用于支持 micro-app 的集成和文档抓取功能。它使用 Node.js 实现,旨在提供一个轻量级且功能强大的 MCP 服务器框架。

特性

  • 支持抓取 Micro-app 相关文档内容
  • 提供获取相关链接的功能
  • 基于 Model Context Protocol 的服务器实现

安装

要安装此包,请运行以下命令:

npm install @micro-zoe/micro-mcp

使用方法

  1. 在你的项目中引入 @micro-zoe/micro-mcp:
const MicroAppMcpServer = require('@micro-zoe/micro-mcp');
  1. 创建并启动服务器:
const server = new MicroAppMcpServer();
server.run().catch((error) => {
  console.error('严重错误:', error);
  process.exit(1);
});

API

crawl_micro_app_docs

抓取 Micro-app 相关文档内容。

参数:

  • docType: 要抓取的文档类型('guide'、'frameworks'、'api'、'others'、'all')

get_related_links

获取与指定内容相关的链接。

参数:

  • content: 要查找相关链接的内容
  • maxResults: 最大返回结果数量(默认为 5)

开发

如果你想为这个项目做贡献,请按照以下步骤操作:

  1. 克隆此仓库到本地机器
  2. 进入项目目录
  3. 运行以下命令安装依赖:
npm install
  1. 进行你的修改
  2. 运行测试(如果有的话)
  3. 提交 Pull Request

构建

要构建项目,请运行:

npm run build

许可证

本项目采用 MIT 许可证。

关键词

mcp, model-context-protocol, micro-app, micro-frontend

版本

当前版本:0.1.1