cognitive-framework-mcp-server
Version:
MCP Server for Advanced Cognitive Framework - Provides sophisticated AI reasoning capabilities through standardized protocol
66 lines (47 loc) • 1.5 kB
Markdown
# 📦 Package Published Successfully
## NPM Package Information
- **Package Name**: `cognitive-framework-mcp-server`
- **Version**: `1.0.0`
- **Registry**: https://registry.npmjs.org/
- **Package Size**: 49.6 kB
- **Unpacked Size**: 347.4 kB
- **Total Files**: 51
## Installation
```bash
# Global installation
npm install -g cognitive-framework-mcp-server
# Local installation
npm install cognitive-framework-mcp-server
# Yarn installation
yarn add cognitive-framework-mcp-server
```
## Quick Start
```bash
# Install the package
npm install -g cognitive-framework-mcp-server
# Run the server
cognitive-framework-mcp-server
# Or with custom framework path
FRAMEWORK_PATH="/path/to/framework.xml" cognitive-framework-mcp-server
```
## Package Contents
The published package includes:
- Compiled TypeScript distribution files
- Type definitions for TypeScript support
- Documentation and deployment guides
- Usage examples and test files
- Configuration files for development
## Links
- **NPM Package**: https://www.npmjs.com/package/cognitive-framework-mcp-server
- **GitHub Repository**: https://github.com/cognitive-framework/mcp-server
- **Documentation**: Included in package
## Version History
### v1.0.0 (Initial Release)
- Complete MCP server implementation
- Advanced cognitive framework integration
- Comprehensive documentation
- Production-ready deployment guides
- Full TypeScript support
- Extensive testing suite
---
Package successfully published to NPM registry.