@elyonar/einvoice-mcp 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @einvoice/mcp-server
1
+ # @elyonar/einvoice-mcp
2
2
 
3
3
  MCP (Model Context Protocol) server for the E-Invoice platform. Enables AI agents like Claude to manage invoices, sellers, buyers, and billing through Nigeria's FIRS-compliant e-invoicing system.
4
4
 
@@ -13,7 +13,7 @@ Add to your `claude_desktop_config.json`:
13
13
  "mcpServers": {
14
14
  "einvoice": {
15
15
  "command": "npx",
16
- "args": ["-y", "@einvoice/mcp-server"],
16
+ "args": ["-y", "@elyonar/einvoice-mcp"],
17
17
  "env": {
18
18
  "EINVOICE_API_KEY": "sk_live_your_key_here",
19
19
  "EINVOICE_BASE_URL": "https://api.einvoice.ng"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyonar/einvoice-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for the E-Invoice platform — invoices, sellers, buyers, and billing",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",