Socket
Book a DemoInstallSign in
Socket

@coretext-ai/auto-npm-auth-test-v2

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coretext-ai/auto-npm-auth-test-v2

Test automatic NPM publishing with fixed authentication v2

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

auto-npm-auth-test-v2

Test automatic NPM publishing with fixed authentication v2

This MCP server was generated using the Template Orchestrator and includes the following integrations:

Github Integration

Endpoints included: 1

  • get_repository: Get repository information

Installation

npm install @coretext-ai/auto-npm-auth-test-v2

Environment Setup

Create a .env file with the following variables:

Usage

Running the server

# Development mode
npm run dev

# Production mode
npm run build && npm start

Using with Claude Desktop

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "auto-npm-auth-test-v2": {
      "command": "npx",
      "args": ["@coretext-ai/auto-npm-auth-test-v2"]
    }
  }
}

Available Tools

This server provides 1 tools across 1 integrations:

Github Tools

  • get_repository: Get repository information

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build
npm run build

# Run tests
npm run test

# Lint
npm run lint

Generated Information

  • Generated at: Thu Jun 19 2025 17:04:21 GMT-0400 (Eastern Daylight Time)
  • Orchestrator version: 0.0.1
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 1

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Jun 2025

Did you know?

Socket

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.

Install

Related posts