Skip to content

Commit 54fe08e

Browse files
committed
ping pong
1 parent 08219ba commit 54fe08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemprompt-mcp-notion",
3-
"version": "1.0.4",
3+
"version": "1.0.7",
44
"description": "A specialized Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.",
55
"type": "module",
66
"bin": {

src/config/server-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface ServerMetadata {
2020

2121
export const serverConfig: Implementation & { metadata: ServerMetadata } = {
2222
name: "systemprompt-mcp-notion",
23-
version: "1.0.0",
23+
version: "1.0.7",
2424
metadata: {
2525
name: "System Prompt Notion Integration Server",
2626
description:

0 commit comments

Comments
 (0)