JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q62977F
  • License MIT

Ai模拟面试mcp工具

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp-for-ai-simulated-interview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    💡 MCP发布

    1.切换 至 npm 中心

    npm config set registry https://registry.npmjs.org

    2.登录 npm 中心 (前提是先注册)

    npm login

    3.发布 (前提是先修改 package.json 中的版本号)

    npm publish

    4.发布之后即可在Cherry Studio 或者 阿里百炼中 引入mcp工具

    💡 MCP服务配置

    {
      "mcpServers": {
        "mcp-for-ai-simulated-interview": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-for-ai-simulated-interview"
          ],
          "env": {
            "MYSQL_HOST": "",
            "MYSQL_PORT": 3306,
            "MYSQL_USER": "",
            "MYSQL_PASSWORD": "",
            "MONGO_USERNAME": "",
            "MONGO_PASSWORD": "",
            "MONGO_HOST": "",
            "MONGO_PORT": 27017,
            "MONGO_DATABASE": "",
            "MONGO_AUTH_DATABASE": "",
            "REDIS_HOST": "",
            "REDIS_PORT": 6379,
            "REDIS_PASSWORD": "",
            "DASHSCOPE_API_KEY": "",
            "DASHSCOPE_APP_ID": ""
          }
        }
      }
    }