MCP 서버 허브 UI
Angular 17과 Bootstrap 5로 구축된 MCP 서버용 관리 인터페이스입니다.
이 프로젝트는 Angular CLI 버전 17.1.3을 사용하여 생성되었습니다.
개발 서버
개발 서버에서 ng serve 실행하세요. http://localhost:4200/ 으로 이동하세요. 소스 파일을 변경하면 애플리케이션이 자동으로 다시 로드됩니다.
코드 스캐폴딩
ng generate component component-name 실행하여 새 컴포넌트를 생성합니다. ng generate directive|pipe|service|class|guard|interface|enum|module 도 사용할 수 있습니다.
짓다
ng build 실행하여 프로젝트를 빌드하세요. 빌드 아티팩트는 dist/ 디렉터리에 저장됩니다.
단위 테스트 실행
Karma를 통해 ng test 실행하여 단위 테스트를 실행합니다.
엔드투엔드 테스트 실행
원하는 플랫폼을 통해 엔드투엔드 테스트를 실행하려면 ng e2e 명령을 실행하세요. 이 명령을 사용하려면 먼저 엔드투엔드 테스트 기능을 구현하는 패키지를 추가해야 합니다.
추가 도움말
Angular CLI에 대한 추가 도움말을 얻으려면 ng help 사용하거나 Angular CLI 개요 및 명령 참조 페이지를 확인하세요.
This server cannot be installed
Angular 17과 Bootstrap 5로 구축된 MCP 서버용 관리 인터페이스입니다.
Related MCP Servers
- -securityAlicense-qualityA TypeScript framework for building MCP servers with client session management capabilities, supporting tools definition, authentication, image content, logging, and error handling.Last updated -66,349MIT License
- -securityFlicense-qualityA local CLI & API for MCP management that allows users to download, install, manage, and interact with MCPs from GitHub, featuring process state management, port allocation, and HTTP API routes.Last updated -80
- -securityAlicense-qualityA TypeScript framework for building MCP servers with features for client sessions, authentication, image/audio content, and typed server events.Last updated -MIT License
- -securityFlicense-qualityA configurable server implementation that provides MCP (Model-Controller-Protocol) functionality, supporting both Node.js and Docker environments with automated setup and configuration options.Last updated -596