Package Exports
- pango-lingo-mcp-server
- pango-lingo-mcp-server/dist/index.js
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 (pango-lingo-mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Pango Lingo MCP Server
Pango Lingo CMS API를 MCP 프로토콜로 노출하는 서버입니다.
사용자 가이드는 CMS 관리자 페이지 > 개발자 > MCP 서버 메뉴를 참고하세요.
개발자용
빌드
npm install
npm run build
실행
node dist/index.js
환경 변수
CMS_API_URL
: CMS API URLCMS_API_KEY
: API 인증 키
API
create_article
: 기사 생성list_categories
: 카테고리 조회list_reporters
: 기자 조회