Sign In

@writavo/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@writavo/mcp-server - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+17
-18
LICENSE

@@ -1,22 +0,21 @@

Writavo MCP Server Licence
MIT License
Copyright (c) 2026 Writavo. All rights reserved.
Copyright (c) 2026 Writavo
This package is client software for the Writavo Content API.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is granted, free of charge, to any person or organisation to download, install, run and
redistribute this package, unmodified and with this notice intact, for the purpose of accessing the
Writavo Content API with their own credentials. Permission is also granted to modify it for that
same purpose within your own organisation.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Redistribution of a modified copy under a name that suggests it is the official Writavo package, or
use of the Writavo name or marks to endorse a derived work, requires written permission.
Use of the API this package calls is governed by the Writavo terms of service at
https://writavo.com/terms.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"name": "@writavo/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "com.writavo/cms",

@@ -15,3 +15,3 @@ "description": "MCP server for the Writavo Content API. Draft, edit, organise, schedule and publish a Site's content from any AI assistant, with tools generated from the published OpenAPI specification.",

],
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"author": "Writavo",

@@ -46,4 +46,4 @@ "homepage": "https://writavo.com/docs/mcp",

"integration": "tsx scripts/integration.ts",
"test": "pnpm smoke",
"prepublishOnly": "pnpm build && pnpm smoke",
"test": "npm run smoke",
"prepublishOnly": "npm run build && npm run smoke",
"gen": "node scripts/gen-mcp-tools.mjs",

@@ -50,0 +50,0 @@ "gen:check": "node scripts/gen-mcp-tools.mjs --check"

@@ -96,5 +96,5 @@ # @writavo/mcp-server

```
pnpm mcp:gen regenerate from openapi.yaml
pnpm mcp:smoke build, then run the offline smoke test
pnpm docs:check rule 12 fails if the committed tool surface is stale
npm run gen regenerate from the vendored openapi.yaml
npm test run the 44 offline smoke checks
npm run gen:check fails if the committed tool surface is stale
```

@@ -107,2 +107,11 @@

Proprietary. See LICENSE.
**MIT** ([LICENSE](LICENSE)). Fork it, modify it, vendor it, ship it inside something else.
The MIT grant covers **this client package only**. It is not a licence to the Writavo Content API
that the package calls, or to any other part of Writavo. Using the API still requires your own
credentials and is governed by the terms at <https://writavo.com/terms>, and `openapi.yaml` (the
specification this package is compiled from) remains the proprietary contract it always was.
That split is deliberate. This package is a thin, generated client: there is nothing in it worth
restricting, and an MIT client is easier to trust, audit, package and list in a registry. The
product is the API behind it.

@@ -9,3 +9,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"packages": [

@@ -15,3 +15,3 @@ {

"identifier": "@writavo/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"transport": {

@@ -18,0 +18,0 @@ "type": "stdio"