Skip to main content
Glama

Myongji University Notice Bot

pyproject.toml1.1 kB
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "my-server" version = "0.1.0" description = "An MCP server built with Smithery" authors = [ {name = "danny", email = "justdanny1998@gmail.com"} ] requires-python = ">=3.10" dependencies = [ "mcp>=1.15.0", "smithery>=0.4.2", "scrapy>=2.11.1", "crochet>=2.1.1", ] [project.scripts] dev = "smithery.cli.dev:main" start = "smithery.cli.start:main" playground = "smithery.cli.playground:main" [tool.smithery] server = "server:create_server" log_level = "warning" [tool.setuptools] # ★★★ 최종 해결을 위한 핵심 추가 부분 ★★★ # 이 프로젝트의 모든 패키지는 프로젝트 루트 디렉토리('')에 있다는 것을 명시합니다. # ''는 현재 디렉토리를 의미합니다. # 이 설정을 통해 `uv pip install -e .` 실행 시, # 프로젝트 루트 디렉토리가 sys.path에 추가되어 'server' 모듈을 찾을 수 있게 됩니다. package-dir = {"" = "."} [tool.setuptools.packages.find] where = ["."] include = ["mju_crawler*"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Young-Keun-LEE/mju-crawler-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server