Skip to content

Commit 311f052

Browse files
committed
feat(projects): re-add and update Asset Price MCP item card information
1 parent 0dff0af commit 311f052

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data/projects.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ export const PROJECTS: Project[] = [
1010
// demo: <AvpDemo />,
1111
builtWith: ['WebGL', 'Typescript'],
1212
},
13-
{
14-
type: 'self',
15-
title: 'Asset Price MCP',
16-
description: `A MCP server for retrieving and displaying current asset price information. This server provides tools to fetch real-time price information for various assets (including precious metals and cryptocurrencies), making it easy for large language models to access and display this data.`,
17-
imgSrc: '/static/images/projects/MCP.webp',
18-
url: 'https://www.npmjs.com/package/asset-price-mcp',
19-
// demo: <AvpDemo />,
20-
builtWith: ['Typescript'],
21-
},
2213
{
2314
type: 'work',
2415
title: "MoonFox Data - Aurora's Big Data Brand",
@@ -51,6 +42,15 @@ export const PROJECTS: Project[] = [
5142
url: '/',
5243
builtWith: ['NuxtJS', 'Vue', 'AMap', 'BaiduMap', 'VueX'],
5344
},
45+
{
46+
type: 'self',
47+
title: 'Asset Price MCP',
48+
description: `A MCP server for retrieving and displaying current asset price information. This server provides tools to fetch real-time price information for various assets (including precious metals and cryptocurrencies), making it easy for large language models to access and display this data.`,
49+
imgSrc: '/static/images/projects/MCP.webp',
50+
repo: 'mk965/asset-price-mcp',
51+
url: 'https://www.npmjs.com/package/asset-price-mcp',
52+
builtWith: ['Typescript'],
53+
},
5454
{
5555
type: 'self',
5656
title: "mengke.me - Mengke's coding journey",

0 commit comments

Comments
 (0)