n8n
Version:
n8n Workflow Automation Tool
80 lines • 2.73 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.linearMockServer = exports.notionMockServer = void 0;
exports.notionMockServer = {
id: 42,
name: 'com.notion/mcp',
slug: 'notion',
title: 'Notion',
description: "Notion's official MCP server lets you use your Notion workspace as a system of record for knowledge work and software development. Search questions about the codebase and business, fetch links to pages such as tech specs and PRDs, and track tasks with your team.",
version: '1.2.0',
updatedAt: '2026-04-22T10:00:00.000Z',
icons: [{ src: 'https://mcp.notion.com/notion-logo-block-main.svg', mimeType: 'image/svg+xml' }],
websiteUrl: 'https://developers.notion.com/docs/mcp',
authType: 'oauth2',
remotes: [
{ type: 'streamable-http', url: 'https://mcp.notion.com/mcp' },
{ type: 'sse', url: 'https://mcp.notion.com/sse' },
],
tools: [
{
name: 'notion-search',
title: 'Search Notion and connected sources',
annotations: { readOnlyHint: true },
},
{
name: 'notion-fetch',
title: 'Fetch Notion entities',
annotations: { readOnlyHint: true },
},
{
name: 'notion-create-pages',
title: 'Create pages in Markdown',
annotations: { readOnlyHint: false },
},
],
isOfficial: true,
origin: 'registry',
status: 'active',
tags: ['productivity', 'docs', 'knowledge-base'],
};
exports.linearMockServer = {
id: 101,
name: 'app.linear/linear',
slug: 'linear',
title: 'Linear',
description: 'MCP server for Linear project management and issue tracking',
version: '1.0.0',
updatedAt: '2026-05-05T10:00:00.000Z',
icons: [
{ src: 'https://static.linear.app/integrations/mcp/icon.svg', mimeType: 'image/svg+xml' },
],
websiteUrl: 'https://linear.app',
authType: 'oauth2',
remotes: [
{ type: 'sse', url: 'https://mcp.linear.app/sse' },
{ type: 'streamable-http', url: 'https://mcp.linear.app/mcp' },
],
tools: [
{
name: 'list_issues',
title: 'List issues',
annotations: { readOnlyHint: true },
},
{
name: 'get_issue',
title: 'Get issue',
annotations: { readOnlyHint: true },
},
{
name: 'save_issue',
title: 'Save issue',
annotations: { readOnlyHint: false },
},
],
isOfficial: true,
origin: 'registry',
status: 'active',
tags: ['issue-tracking', 'project-management'],
};
//# sourceMappingURL=mock-servers.js.map