
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
DocuMCP is an intelligent Model Context Protocol (MCP) server that revolutionizes documentation deployment for open-source projects. It provides deep repository analysis, intelligent static site generator recommendations, and automated GitHub Pages deployment workflows.
# Clone the repository
git clone https://github.com/tosin2013/documcp.git
cd documcp
# Install dependencies
npm install
# Build the project
npm run build
DocuMCP provides six core MCP tools:
Performs deep analysis of your project to understand its characteristics and documentation needs.
{
"tool": "analyze_repository",
"arguments": {
"path": "/path/to/your/repo",
"depth": "standard"
}
}
Provides intelligent recommendations for the best static site generator based on your project.
{
"tool": "recommend_ssg",
"arguments": {
"analysisId": "analysis_12345",
"preferences": {
"priority": "simplicity"
}
}
}
Creates all necessary configuration files for your chosen static site generator.
{
"tool": "generate_config",
"arguments": {
"ssg": "docusaurus",
"projectName": "My Project",
"outputPath": "./docs"
}
}
Creates a Diataxis-compliant documentation structure with proper categorization.
{
"tool": "setup_structure",
"arguments": {
"path": "./docs",
"ssg": "docusaurus",
"includeExamples": true
}
}
Sets up GitHub Actions workflows for automated deployment to GitHub Pages.
{
"tool": "deploy_pages",
"arguments": {
"repository": ".",
"ssg": "docusaurus",
"branch": "gh-pages"
}
}
Checks your setup and provides troubleshooting guidance for successful deployment.
{
"tool": "verify_deployment",
"arguments": {
"repository": ".",
"url": "https://yourusername.github.io/yourproject"
}
}
# Run in development mode
npm run dev
# Run tests
npm test
# Lint code
npm run lint
# Type check
npm run typecheck
DocuMCP follows a modular, stateless architecture:
DocuMCP automatically creates documentation following the Diataxis framework:
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see LICENSE for details.
FAQs
Intelligent MCP server for GitHub Pages documentation deployment
The npm package documcp receives a total of 19 weekly downloads. As such, documcp popularity was classified as not popular.
We found that documcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.