Skip to content

Commit 8ffdc24

Browse files
committed
fix: update version to 1.0.2 in package.json, package-lock.json, and server.json
1 parent 4a9d74f commit 8ffdc24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-navigator-mcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Model Context Protocol (MCP) server that provides secure Docusign Navigator integration for AI assistants",
55
"main": "api/mcp.ts",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "co.thisdot.docusign-navigator/mcp",
44
"description": "Secure Docusign Navigator integration for AI assistants to access and analyze agreement data.",
5-
"version": "1.0.1",
6-
"websiteUrl": "https://github.com/thisdot/docusign-navigator-mcp#readme",
5+
"version": "1.0.2",
6+
"websiteUrl": "https://docusign-navigator.thisdot.co",
77
"repository": {
88
"url": "https://github.com/thisdot/docusign-navigator-mcp",
99
"source": "github"

0 commit comments

Comments
 (0)